Created
August 19, 2013 13:51
-
-
Save zenman/6269334 to your computer and use it in GitHub Desktop.
Eliminates font-related error messages in the developer tools console for Chrome.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# eliminate font-related error messages | |
AddType application/vnd.ms-fontobject .eot | |
AddType font/ttf .ttf | |
AddType font/otf .otf | |
AddType application/x-font-woff .woff |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment