en

TTF to EOT

Wrap a font locally as EOT for very old Internet Explorer versions (up to IE8) - no upload.

Running locally on your device ...

Your files

    Running locally on your device ...

    0%

    Is my file uploaded?

    No. Everything runs in your browser - your file never leaves your device. How this is verifiable

    No upload100% local
    Your content stays with youno third-party access
    Hosted in GermanyGlobal Content Delivery
    Independently auditedTLS A+ · HTTP headers A+

    EOT (Embedded OpenType) was the @font-face format Internet Explorer required up to version 8, before WOFF became the web standard. Practically nobody needs EOT for real live traffic today - the last IE user is a rare exception - but anyone assembling a complete @font-face fallback chain for a very old corporate intranet, a compatibility-mode test, or a historical project still needs the file.

    This tool wraps your font's sfnt bytes unchanged inside an EOT header per the [MS-EOT] specification - family name, style name, version and full name come straight from the font's own name table, PANOSE classification, weight and italic flag from its OS/2 table. No compression and no outline conversion happens: the same glyphs, the same outlines, just a different envelope.

    Unlike TTF/OTF/WOFF, the input here is deliberately broad: EOT does not distinguish between TrueType and PostScript outlines, so this tool accepts TTF, OTF, WOFF or WOFF2 and unpacks it back to the plain font locally first, before wrapping it.

    Specifications

    Specifications
    Input formatsTTF, OTF, WOFF, WOFF2
    Output formatEOT
    Batch processingYes
    ProcessingLocally in your browser (WebAssembly)
    File uploadNone

    In 3 steps

    1. Drop or tap your font file(s) (TTF, OTF, WOFF or WOFF2).
    2. The tool wraps the font locally as EOT.
    3. Download the EOT (individually or as ZIP).

    Limitations: EOT is a pure legacy format for Internet Explorer up to version 8; no other current browser reads it. The family/style name in the EOT envelope is taken as-is from the source's name table - if a font is missing OS/2, name or head entirely (practically never the case for a regular font), the tool honestly rejects it. Only convert fonts you own or have a licence for.

    FAQ

    Is my font uploaded?

    No, everything runs locally in the browser - even in airplane mode.

    Who still needs EOT today?

    Almost nobody - only very old Internet Explorer versions (up to IE8) still require it, for instance in corporate intranets or compatibility tests.

    Which formats can I drop in?

    TTF, OTF, WOFF or WOFF2 - all are first unpacked back to the plain font locally.

    Are all glyphs preserved?

    Yes. EOT is a pure envelope with no compression; the font bytes stay unchanged.

    Related tools

    WOFF2 to OTF · Font subsetting · TTF to WOFF2