Skip to content

Instantly share code, notes, and snippets.

@ilikenwf
Last active August 5, 2017 14:22
Show Gist options
  • Star 2 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save ilikenwf/c3870480b9a936c9d7bc to your computer and use it in GitHub Desktop.
Save ilikenwf/c3870480b9a936c9d7bc to your computer and use it in GitHub Desktop.
Disable Ugly Unatialiased Fonts - Firefox and Stylish While Retaining Icon Fonts - Adapted from https://support.mozilla.org/en-US/questions/947228
@font-face {font-family: "Droid Sans"; src: local("Tahoma");}
@font-face {font-family: "noto"; src: local("Tahoma");}
@font-face {font-family: "Arial Negreta"; src: local("Arial");}
@font-face {font-family: "Droid Sans"; font-weight: bold; src: local("Tahoma Bold");}
@font-face {font-family: "Droid Serif"; src: local("Tahoma");}
@font-face {font-family: "Droid Serif"; font-weight: bold; src: local("Tahoma Bold");}
@font-face {font-family: "Droid Serif"; font-style: italic; src: local("Tahoma Italic");}
@font-face {font-family: "opensans"; src: local("Tahoma");}
@font-face {font-family: "open_sans"; src: local("Tahoma");}
@font-face {font-family: "open_sans"; font-weight: bold; src: local("Tahoma Bold");}
@font-face {font-family: "open_sans"; font-weight: bold; font-style: italic; src: local("Tahoma Italic");}
@font-face {font-family: "opensansbold"; src: local("Tahoma Bold");}
@font-face {font-family: "Open Sans Light"; src: local("Tahoma");}
@font-face {font-family: "Open Sans"; font-weight: bold; src: local("Tahoma Bold");}
@font-face {font-family: "Open Sans"; src: local("Tahoma");}
@font-face {font-family: "Open Sans"; font-weight: 300; src: local("Tahoma");}
@font-face {font-family: "Open Sans"; font-weight: 400; font-style: italic; src: local("Tahoma Italic");}
@font-face {font-family: "Open Sans"; font-weight: 400; src: local("Tahoma");}
@font-face {font-family: "Open Sans"; font-weight: 600; src: local("Tahoma Bold");}
@font-face {font-family: "Open Sans"; font-weight: 700; font-style: italic; src: local("Tahoma Bold Italic");}
@font-face {font-family: "Open Sans"; font-weight: 700; src: local("Tahoma Bold");}
@font-face {font-family: "Lato Italic"; font-weight: 700; src: local("Tahoma Italic");}
@font-face {font-family: "Open Sans"; font-weight: 800; src: local("Tahoma Bold");}
@font-face {font-family: "Cuprum"; src: local("Tahoma");}
@font-face {font-family: "Lato"; src: local("Tahoma");}
@font-face {font-family: "Fira Sans"; src: local("Tahoma");}
@font-face {font-family: "Fira Sans"; font-weight: 600; src: local("Tahoma Bold");}
@font-face {font-family: "Fira Sans"; font-weight: 700; src: local("Tahoma Bold");}
@font-face {font-family: "Lato Black"; src: local("Tahoma");}
@font-face {font-family: "Lato Bold"; src: local("Tahoma Bold");}
@font-face {font-family: "Lato Regular"; src: local("Tahoma");}
@font-face {font-family: "Montserrat-Regular"; src: local("Tahoma");}
@font-face {font-family: "Lato"; font-weight: 700; src: local("Tahoma Bold");}
@font-face {font-family: "Hind"; src: local("Tahoma");}
@font-face {font-family: "Hind Semibold"; src: local("Tahoma");}
@font-face {font-family: "Lato"; font-weight: 900; src: local("Tahoma");}
@font-face {font-family: "Lato"; font-weight: 400; src: local("Tahoma");}
@font-face {font-family: "Montserrat"; font-weight: 400; src: local("Tahoma");}
@font-face {font-family: "Titillium"; src: local("Tahoma");}
@font-face {font-family: "Titillium"; font-weight: 600; src: local("Tahoma");}
@font-face {font-family: "Titillium"; font-weight: 400; src: local("Tahoma");}
@font-face {font-family: "Istok Web"; src: local("Tahoma");}
@font-face {font-family: "LatoRegular"; src: local("Tahoma");}
@font-face {font-family: "PatuaOneRegular"; src: local("Tahoma");}
@font-face {font-family: "proxima-nova"; src: local("Tahoma");}
@font-face {font-family: "Roboto"; src: local("Tahoma");}
@font-face {font-family: "Roboto"; font-style: italic; src: local("Tahoma Italic");}
@font-face {font-family: "Roboto"; font-weight: 300; src: local("Tahoma");}
@font-face {font-family: "Roboto"; font-weight: 400; src: local("Tahoma");}
@font-face {font-family: "Roboto"; font-weight: 500; src: local("Tahoma");}
@font-face {font-family: "Roboto"; font-weight: 100; font-weight: 700; src: local("Tahoma Bold");}
@font-face {font-family: "Roboto"; font-weight: 300; font-weight: 700; src: local("Tahoma Bold");}
@font-face {font-family: "m1m"; src: local("Tahoma");}
@font-face {font-family: "m_1mmedium"; src: local("Tahoma Bold");}
@font-face {font-family: "adobe-clean"; font-weight: 300; src: local("Tahoma");}
@font-face {font-family: "adobe-clean"; font-weight: 400; src: local("Tahoma");}
@font-face {font-family: "adobe-clean"; font-style: italic; font-weight: 400; src: local("Tahoma Italic");}
@font-face {font-family: "adobe-clean"; font-weight: 700; src: local("Tahoma Bold");}
@font-face {font-family: "Helvetica Neue"; font-weight: 300; src: local("Arial");}
@font-face {font-family: "Clean"; font-weight: 300; src: local("Tahoma");}
@font-face {font-family: "Lucida"; font-weight:400; src: local("Tahoma");}
@font-face {font-family: "verdana"; src: local("Tahoma");}
@font-face {font-family: "verdana"; font-weight:700; src: local("Tahoma");}
@font-face {font-family: "geneva"; font-weight:400; src: local("Tahoma");}
@font-face {font-family: "lucida"; font-weight:400; src: local("Tahoma");}
@font-face {font-family: "lucida grande"; font-weight:400; src: local("Tahoma");}
@font-face {font-family: "serif"; src: local("Times New Roman");}
@font-face {font-family: "sans-serif"; src: local("Tahoma");}
@font-face {font-family: "Copyright (C) H&Co | typography.com"; src: local("Tahoma");}
@font-face {font-family: "Gotham"; src: local("Tahoma");}
.gotham{font-family:Tahoma !important;}
@font-face {font-family: "Times"; src: local("Tahoma");}
.gotham{font-family:Tahoma !important;}
@font-face {font-family: "Bitstream Vera Sans"; src: local("Tahoma");}
@font-face {font-family: "Bitstream"; src: local("Tahoma");}
@font-face {font-family: "DejaVu Sans"; src: local("Tahoma");}
@font-face {font-family: "DejaVu Sans Mono"; font-weight:bold; src: local("Courier New");}
@font-face {font-family: "FranklinITCProLight"; src: local("Tahoma");}
@font-face {font-family: "Consolas"; src: local("Courier New");}
@font-face {font-family: "Lucida Console"; src: local("Courier");}
@font-face {font-family: "Microsoft Sans Serif"; src: local("Tahoma");}
@font-face {font-family: "Monda"; src: local("Tahoma");}
@font-face {font-family: "Trebuchet MS"; src: local("Courier");}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment