Created
November 18, 2010 02:03
-
-
Save icantrap/704520 to your computer and use it in GitHub Desktop.
Stylesheet to use Droid fonts on Reddit Android subreddit
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
@namespace url(http://www.w3.org/1999/xhtml); | |
@-moz-document url-prefix("http://www.reddit.com/r/Android/") { | |
body { | |
font: x-small Droid Sans,arial,sans-serif !important; | |
font-family: Droid Sans,arial,sans-serif !important; | |
} | |
} | |
/* | |
Get the fonts here: https://github.com/ambethia/droid-fonts/tree/master/droid/ | |
Install them and use this stylesheet with Firefox Stylish plugin | |
*/ |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment