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>
Very interesting subject , thankyou for posting .