I recently added cache control rules to my .htaccess file. Everything works except the rule for my woff2 font.
PSI lists “none” for cache TTL in the ”serve static assets with an efficient cache policy” dropdown.
This is my rule:
ExpiresByType application/x-font-woff2 “access 1 month”
How can I fix this so my font will cache? Thanks!