Last active
October 22, 2015 18:20
-
-
Save ZakharDay/10132e866977e596dfef to your computer and use it in GitHub Desktop.
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
* { | |
box-sizing: border-box; | |
} | |
html, body { | |
height: 100%; | |
} | |
body { | |
font-family: 'PT Sans', sans-serif; | |
font-size: 14px; | |
} | |
a { | |
text-decoration: none; | |
} | |
.sans { | |
font-family: 'PT Sans', sans-serif; | |
} | |
.caption { | |
font-family: 'PT Sans Caption', sans-serif; | |
} | |
.bold { | |
font-weight: bold; | |
} | |
.italic { | |
font-style: italic; | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment