We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3b7291d commit 1d1ac8eCopy full SHA for 1d1ac8e
1 file changed
lib/jammit/compressor.rb
@@ -22,7 +22,7 @@ class Compressor
22
23
# Font extensions for which we allow embedding:
24
EMBED_EXTS = EMBED_MIME_TYPES.keys
25
- EMBED_FONTS = ['.ttf', '.otf']
+ EMBED_FONTS = ['.ttf', '.otf', '.woff']
26
27
# (32k - padding) maximum length for data-uri assets (an IE8 limitation).
28
MAX_IMAGE_SIZE = 32700
0 commit comments