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 MB. Файлът се обработва и след това се изтрива — не го запазваме.

За този инструмент

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.