I rebuilt my Google Fonts plugin, a free alternative to OMGF — looking for feedback
A while ago I released a simple plugin that hosted Google Fonts locally.
It worked, but after optimizing WordPress sites for clients over the years, I kept running into the same font-related problems:
- Sites loading 10+ font files when only a few were actually used
- Multiple font weights downloaded but never rendered
- Google Fonts coming from themes, plugins, page builders, external CSS, and JavaScript
- Fonts being preloaded unnecessarily
- CLS caused by fallback fonts not matching the real font metrics
Most font plugins solve the first problem: host Google Fonts locally.
But I wanted to solve the rest too.
So over the last few months, I rebuilt the plugin completely into EasyFonts 2.0.0.
WordPress.org: https://wordpress.org/plugins/easyfonts/
Current features
- Real browser usage tracking — measures which fonts and weights actually render for real visitors.
- Used vs Unused font reporting — quickly identify fonts and weights that are never used.
- Smart font preloading — automatically preloads above-the-fold fonts based on real usage data.
- Zero-CLS fallback fonts — generates metric-matched fallback fonts to reduce layout shifts.
- Combine all font CSS into a single optimized stylesheet and remove duplicate
font-facerules. - Automatic local hosting of Google Fonts with no manual setup required.
- Detect fonts loaded from almost anywhere — stylesheets, @
import, inline CSS, theme/plugin CSS files, external stylesheets, and Web Font Loader (webfont.js). - Variable font support for modern font delivery.
- Inline font CSS option to eliminate additional requests.
- font-display control (
swap,optional,fallback,block, etc.). - Font subset optimization to reduce font file sizes.
- Bunny Fonts support.
- CDN support for hosted fonts and stylesheets.
- Per-family and per-weight Load / Preload controls.
- Multisite support.
- WP-CLI commands.
The feature I'm most interested in getting feedback on is the usage tracking.
The goal is to be a genuinely useful free alternative to OMGF, while also solving some of the font optimization problems that self-hosting alone doesn't address.
I'd love honest feedback from people already using OMGF, Bunny Fonts, Perfmatters, or self-hosting manually.
What font-related issue do you still struggle with?
And what feature would make you consider switching from your current setup?
[link] [comments]