Skip to content

Instantly share code, notes, and snippets.

@icantrap
Created November 18, 2010 02:03
Show Gist options
  • Save icantrap/704520 to your computer and use it in GitHub Desktop.
Save icantrap/704520 to your computer and use it in GitHub Desktop.
Stylesheet to use Droid fonts on Reddit Android subreddit
@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