Host a WOFF2 font and serve it from a URL

Put a web font at a stable address that any stylesheet can load — the smallest and best-supported web font format there is.

You can host:

Free to use. Your WOFF2 file is live at your-name.99helpers.site in about ten seconds.

What is a .woff2 file?

WOFF2 (Web Open Font Format 2) is a font compressed with Brotli specifically for the web — typically 30% smaller than WOFF and around half the size of the original TTF or OTF. Every browser released in the last several years supports it, which makes it the only web font format most sites now need.

What people use WOFF2 files for

  • Custom fonts for a website or hosted page
  • Brand typefaces shared across several sites
  • Fonts for an email signature or embedded widget
  • Self-hosting a font instead of loading it from Google Fonts

What opens a WOFF2 file

  • Every modern browser, via @font-face in CSS
  • FontSquirrel and Transfonter, for converting from TTF or OTF
  • Glyphs and FontForge, for authoring

How to host a WOFF2 file

  1. 1

    Drop your WOFF2 file in

    Drag it onto the box at the top of this page, or click to choose it. Files up to 25 MB are supported, and nothing is uploaded until you publish.

  2. 2

    Pick an address

    Type a name and we'll tell you straight away whether it's free. That becomes the link: brand-font.99helpers.site

  3. 3

    Publish and share

    Create a free account — that step exists so the file is yours to update, replace or delete — and the link is live within seconds.

The same three steps work for any file — see how file hosting works on 99helpers.com.

What happens when someone opens the link

Opening the link directly downloads the font file — browsers don't display fonts. Referenced from a stylesheet's @font-face rule, it loads and renders text as intended.

Why host a WOFF2 file instead of emailing it?

Self-hosting fonts avoids a third-party request on every page load, which matters for both speed and privacy law. Hosting the file here gives you the URL without adding fonts to your own build or deployment.

Worth knowing before you publish

  • Fonts are served with the correct font/woff2 type, so browsers accept them from @font-face without complaint.
  • Check your font licence before hosting publicly — many commercial licences prohibit serving the file from an open URL.
  • Subsetting the font to the characters you actually use often halves the file size again.
  • Add font-display: swap to your @font-face rule so text stays visible while the font loads.

WOFF2 hosting questions

Can I load this font with @font-face from my own site?
Yes. Point the src at the address with format("woff2"). Fonts requested from a stylesheet aren't subject to the CORS restrictions that affect fetch requests in the same way, and the file is served with the correct type.
Is it legal to host a font publicly?
It depends entirely on the licence. Open-source fonts are fine; many commercial licences specifically prohibit serving the file from a public URL where anyone can download it. Check before publishing.
Do I need WOFF as well as WOFF2?
Not for current browsers — WOFF2 has been universally supported for years. Only add a WOFF fallback if you need to support genuinely old browsers.

Put your WOFF2 file online now

It takes about ten seconds, and you only make an account once the file is ready to go live.

Hosting guides for related formats

WOFF2 is one of over 211 formats you can host — see free file hosting for any file type for the full list, or read the hosting guides for other file types.