Skip to content

Instantly share code, notes, and snippets.

@iissnan
Created December 8, 2013 15:32
Show Gist options
  • Save iissnan/7859109 to your computer and use it in GitHub Desktop.
Save iissnan/7859109 to your computer and use it in GitHub Desktop.
Stylebot Global StyleSheet
@import url("http://fonts.googleapis.com/css?family=Roboto+Slab");
/*@import url("http://fonts.googleapis.com/css?family=Droid+Serif");*/
@import url("http://fonts.googleapis.com/css?family=Droid+Sans:400,700");
@import url("http://fonts.googleapis.com/css?family=Droid+Sans+Mono");
body, p, td {
font-family: "Droid Sans", Calibri, "Lucida Grande", sans-serif;
}
h1, h2, h3, h4, h5, h6 {
font-family: "Roboto Slab", Cambria, Georgia, "Sans";
}
tt, code, pre {
font-family: "Droid Sans Mono", consolas, monoca, "Courier New", monospace;
}
@aefoley
Copy link

aefoley commented Sep 21, 2016

Thanks so much for this! I changed the protocol to https for the font files to eliminate some console errors.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment