Font to Base64 Encoder

Encode a font as a Base64 data URI and get ready-to-paste @font-face CSS with the font embedded inline.

Файли до 10 МБ. Ваш файл обробляється й потім видаляється — ми його не зберігаємо.

Про цей інструмент

Encoding a font as Base64 lets you embed it directly inside your CSS with a data: URI, avoiding a separate network request. It is handy for small icon fonts or single-file demos. Note that Base64 makes the data about 33% larger, so for most sites linking to a .woff2 file is faster.