Skip to content

Commit

Permalink
Merge branch 'master' of http://github.com/timriley/jammit
Browse files Browse the repository at this point in the history
  • Loading branch information
jashkenas committed Aug 20, 2010
2 parents 95fa94d + 0618ce5 commit f3daa75
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion lib/jammit/compressor.rb
Expand Up @@ -16,7 +16,8 @@ class Compressor
'.tif' => 'image/tiff',
'.tiff' => 'image/tiff',
'.ttf' => 'font/truetype',
'.otf' => 'font/opentype'
'.otf' => 'font/opentype',
'.woff' => 'font/woff'
}

# Font extensions for which we allow embedding:
Expand Down

0 comments on commit f3daa75

Please sign in to comment.