Просмотр шрифтового файла
Открывайте TTF / OTF / WOFF: живой превью текста, таблица глифов, веса, стили и метрики — перед использованием или шипом в продакшен.
Drop font file here
TTF, OTF, WOFF, or WOFF2, or paste
Font Explorer loads a local font file into the browser, registers it with the FontFace API, and renders live samples at different sizes. It is handy when you want to compare typefaces, check coverage of common glyph sets, or grab a quick @font-face snippet before committing the file to a project.
TTF, OTF, WOFF, and WOFF2 files are supported. The browser FontFace API loads the bytes locally so the typeface appears in every preview area on the page.
Detailed name, designer, copyright, and license entries live inside font tables that the browser does not expose directly. The tool shows what FontFace and the file name provide; deeper inspection needs a dedicated parser.
No. The font file is read into a blob URL inside your browser tab and registered with document.fonts. Nothing is sent to appkiro or any third party.
Yes. The CSS Usage block at the bottom prints a ready-made @font-face rule using the original file name and the matching format hint, which you can paste straight into a stylesheet.