Skip to content

Instantly share code, notes, and snippets.

@tclancy
Created December 21, 2012 17:35
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 tclancy/4354322 to your computer and use it in GitHub Desktop.
Save tclancy/4354322 to your computer and use it in GitHub Desktop.
How to try to bring Firefox inline when using custom fonts.
body {
font: normal 75% Xyz, Arial, Helvetica, sans-serif;
}
@-moz-document url-prefix() {
body {
font: 70% Xyz, Arial, Helvetica, sans-serif;
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment