Cache fonts when using @font-face using .htaccess

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>

About Keiron

Web Developer based in the UK. Click here if you want to work with me