Skip to content

Instantly share code, notes, and snippets.

@zztimur
Last active December 28, 2015 08:59
Show Gist options
  • Save zztimur/7475465 to your computer and use it in GitHub Desktop.
Save zztimur/7475465 to your computer and use it in GitHub Desktop.
Apache MIME file types for embed fonts and other goodies
# Add the font file types
AddType application/font-woff .woff
AddType application/x-font-ttf .ttf
AddType application/vnd.ms-fontobject .eot
AddType image/svg+xml .svg
AddType application/x-font-opentype .otf
# Archaic stuff
AddType text/x-component .htc
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment