Skip to content

Instantly share code, notes, and snippets.

@Zodiac1978
Created September 4, 2020 13:30
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
Star You must be signed in to star a gist
Save Zodiac1978/68bbccaca671e360f09db514c556aa54 to your computer and use it in GitHub Desktop.
Got an error for "Specify a character set early for .woff2" (https://gtmetrix.com/specify-a-character-set-early.html) - how to fix this in your .htaccess
# MIME Mappings
AddType font/woff .woff
AddType font/woff2 .woff2
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment