Skip to content

Instantly share code, notes, and snippets.

@rickharris
Created August 11, 2010 04:28
Show Gist options
  • Save rickharris/518485 to your computer and use it in GitHub Desktop.
Save rickharris/518485 to your computer and use it in GitHub Desktop.
# Proper svg serving. Required for svg webfonts on iPad
# twitter.com/FontSquirrel/status/14855840545
AddType image/svg+xml svg svgz
# webfonts
AddType application/vnd.ms-fontobject eot
AddType font/ttf ttf
AddType font/otf otf
AddType font/x-woff woff
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment