To cache fonts when using local @font-face in the css add the following to the .htaccess file
<FilesMatch "\.(eot|woff|ttf|svg)$">
Header set Expires "Thu, 15 Apr 2020 20:00:00 GMT"
</FilesMatch>
To cache fonts when using local @font-face in the css add the following to the .htaccess file
<FilesMatch "\.(eot|woff|ttf|svg)$">
Header set Expires "Thu, 15 Apr 2020 20:00:00 GMT"
</FilesMatch>
You must be logged in to post a comment.
Very interesting subject , thankyou for posting .