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.