Created
December 21, 2012 17:35
-
-
Save tclancy/4354322 to your computer and use it in GitHub Desktop.
How to try to bring Firefox inline when using custom fonts.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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