'swap (most used)', 'auto' => 'auto', 'block' => 'block', 'fallback' => 'fallback', 'optional' => 'optional' ); ?>
font-display:'); ?> |
/
Overwrite any existing "font-display" value?
%s, as the existing files from plugins/themes will not be altered in any way.', 'wp-asset-clean-up'), \WpAssetCleanUp\OptimiseAssets\OptimizeCommon::getRelPathPluginCacheDir()); ?> font-display CSS property defines how font files are loaded and display by the browser.', 'wp-asset-clean-up'); ?> Read more about this: Hey hey `font-display` | `font-display` for the Masses | Controlling Font Performance with font-display | https://font-display.glitch.me/ | Video: Fontastic Web Performance |
---|---|
|
:
Examples: /wp-content/themes/your-theme-dir/fonts/lato.woff /wp-content/plugins/plugin-title-here/fonts/fontawesome-webfont.ttf?v=4.5.0 Generated Output, printed within <HEAD> and </HEAD>
<link rel="preload" as="font" href="/wp-content/themes/your-theme-dir/fonts/lato.woff" data-wpacu-preload-font="1" crossorigin> <link rel="preload" as="font" href="/wp-content/plugins/plugin-title-here/fonts/fontawesome-webfont.ttf?v=4.5.0" data-wpacu-preload-font="1" crossorigin> |