pmq20 / mathjax-rails

Simple gem to integrate MathJax with Rails and maintains MathJax at a system-wide directory.
MIT License
66 stars 30 forks source link

Register mime types for eot, otf, and svg #3

Closed noprompt closed 13 years ago

noprompt commented 13 years ago

Chrome was complaining about the font mime types with this lovely message in the console:

Resource interpreted as Font but transferred with MIME type application/octet-stream.

This patch ensures the proper mime types are registered and stops the whining.