Skip to content

Instantly share code, notes, and snippets.

@zenman
Created August 19, 2013 13:51
Show Gist options
  • Save zenman/6269334 to your computer and use it in GitHub Desktop.
Save zenman/6269334 to your computer and use it in GitHub Desktop.
Eliminates font-related error messages in the developer tools console for Chrome.
# 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