0

How to preload font...
 
Notifications
Clear all

How to preload fonts in WordPress with htaccess

1 Posts
2 Users
0 Likes
885 Views
0
Topic starter

Hi,

the plugin I use does not have an option to preload fonts. is there a code to preload fonts with .htaccess ?

1 Answer
0

You can preload fonts adding a link code in your website head tag. here is an example: 

    <link rel="preload" as="font" type="font/woff" href="/wp-content/themes/fonts/font.woff" crossorigin="anonymous">

Messing with .htaccess file may be risky if you don't know what you're doing.