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.

Fichiers jusqu’à 10 Mo. Votre fichier est traité puis supprimé — nous ne le conservons pas.

À propos de cet outil

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.