// list of known font types
$types = array(
'eot' => 'application/vnd.ms-fontobject',
+ 'ttf' => 'application/octet-stream',
'woff' => 'application/x-woff', // best supported, but this is not the right one according to http://www.w3.org/TR/WOFF/#appendix-b
- 'ttf' => 'application/octet-stream'
+ 'woff2' => 'font/woff2' // the specs at http://dev.w3.org/webfonts/WOFF2/spec/ are not perfectly clear, but font/woff2 seems to be the most sane one and is currently used by Google Fonts
);
// get parameters