Skip to content

Instantly share code, notes, and snippets.

@billinghamj
Created September 27, 2015 08:51
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save billinghamj/d789c0bbfe97131da04e to your computer and use it in GitHub Desktop.
Save billinghamj/d789c0bbfe97131da04e to your computer and use it in GitHub Desktop.
Disable custom fonts
*:not([class*=icon]) {
font-family: inherit;
}
html {
font-family: sans-serif !important;
}
tt, code, kbd, samp, pre, xmp, plaintext, listing {
font-family: monospace !important;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment