Learn · Fonts
WOFF2 vs WOFF Font Formats
WOFF2 is usually the best default for modern websites. WOFF remains useful when a project needs a broader fallback or a legacy support plan.
Choose WOFF2 first
WOFF2 usually compresses better than WOFF, which means smaller font files and faster loading. For most current websites, WOFF2 is the format to generate and test first.
Keep WOFF when you need fallback coverage
Some older environments may still need WOFF. If the project has strict browser-support requirements, include both formats in the CSS and test the page in the target browsers.
Do not ship every font file
More files mean more requests and more decisions for the browser. Ship the weights and styles the design actually uses. Avoid bundling every variant just because it exists.
Test with real text
After conversion, preview headings, numbers, punctuation, accented characters, and brand names. A font can convert successfully but still be missing characters your page needs.
Convert formats
Open Font to Webfont to export WOFF2 or WOFF.
Generate CSS
Use Font CSS Generator once filenames are final.