AddType font/opentype .otf
AddType font/truetype .ttf
AddType font/ie .eot
<FilesMatch "\.(otf|eot|ttf|ico|pdf|flv|jpg|jpeg|png|gif|js|css|swf)$">
Header set Expires "Thu, 15 Apr 2010 20:00:00 GMT"
</FilesMatch>
I'm trying to add far future Expires header to my font files. This is what I have in my .htaccess file but it doesn't work. Am I missing something?