OMGF Pro
Compared to the free version of OMGF, OMGF Pro comes packed with several advanced features, allowing you to improve your WordPress site’s Google Fonts implementation.
Increase GDPR/DSVGO Compliance
If you’re loading fonts directly from Google’s servers, their logging the IP addresses of all your visitors.
In fact, on January 20th, 2022, a German court ruled that loading Google Fonts from their server is in breach of GDPR (DSVGO), because it exposes unnecessary personal data to a US based company.
To keep using Google Fonts, you need to host them locally. There is no alternative.
Fortunately, OMGF Pro does exactly that. 🙂
OMGF Pro complements the free version of OMGF with advanced detection schemes and processes the following implementations for you. And you want to know what’s great about it? It’s all fully automatic.
Local Google Fonts | OMGF (free) | OMGF Pro | |
---|---|---|---|
wp_enqueue_style() (wp_styles object) | ✅ | ✅ | ✅ |
HTML document (<head> and <body> ) | ❌ | ✅ | ✅ |
Remove resource hints (dns-prefetch , preload , preconnect ) | ❌ | ✅ | ✅ |
@import statements (inline or in stylesheets) | ❌ | ❌ | ✅ |
@font-face statements (inline or in stylesheets) | ❌ | ❌ | ✅ |
WebFont Loader (webfont.js ) | ❌ | ❌ | ✅ |
Async Google Fonts (loaded with JS) | ❌ | ❌ | ✅ |
Material Icons | ❌ | ❌ | ✅ |
Maximize Performance
- Define a Fallback Font Stack: Reduce Cumulative Layout Shift by properly implementing font-display swapping and defining a (stack of) fallback font-families for each of your fonts,
- Easily replace unwanted Google Fonts with a System Font of your choice,
- Ensure text remains visible during webfont load by forcing the font-display (swap) attribute throughout all your stylesheets and @font-face statements,
- Preload fonts: easily preload key requests from within the Management panel.
Reduce Fonts Bloat
OMGF Pro goes beyond locally hosting Google Fonts and provides you with tools to Reduce bloat caused by other plugins and themes:
- Replace Google Fonts loaded asynchronously with JavaScript,
- Easily unload font-styles (e.g. italics) and/or font-weights (e.g. extra bold) you don’t use,
- Define which subsets should be loaded for all fonts throughout your WordPress configuration. This can reduce the size of your Google Fonts stylesheets by ~90% for the most popular fonts!
Perfect for Professionals
It’s not called “Pro” for no reason. Whatever Google Fonts related challenge your clients’ sites throw at you, OMGF Pro is able to handle it for you.
OMGF Pro supports most (if not all) ways to implement Google Fonts and comes packed with several features to simplify workflows for developers and site administrators:
- The white-label stylesheets option removes all “branding” from generated CSS stylesheets,
- Modify source URL makes sure OMGF Pro follows the right paths if you’re using URL rewrites for the wp-content and/or uploads folders,
- OMGF Pro offers fully automatic WPML and Multisite compatibility.
Finally, thanks to OMGF Pro’s Developer Mode you no longer have to refresh OMGF’s caches after migrating from e.g. development to staging or staging to production! Enabling Developer Mode makes sure all files created use domain relative URLs, making it easier for you to migrate between your different environments.