We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 7d7e5fe + b656d6e commit ef53145Copy full SHA for ef53145
1 file changed
lib/jammit/compressor.rb
@@ -15,9 +15,9 @@ class Compressor
15
'.gif' => 'image/gif',
16
'.tif' => 'image/tiff',
17
'.tiff' => 'image/tiff',
18
- '.ttf' => 'font/truetype',
+ '.ttf' => 'application/x-font-ttf',
19
'.otf' => 'font/opentype',
20
- '.woff' => 'font/woff'
+ '.woff' => 'application/x-font-woff'
21
}
22
23
# Font extensions for which we allow embedding:
0 commit comments