Created
December 8, 2013 15:32
-
-
Save iissnan/7859109 to your computer and use it in GitHub Desktop.
Stylebot Global StyleSheet
This file contains hidden or 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
@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; | |
} | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Thanks so much for this! I changed the protocol to https for the font files to eliminate some console errors.