Skip to content

Instantly share code, notes, and snippets.

@ZakharDay
Last active October 22, 2015 18:20
Show Gist options
  • Save ZakharDay/10132e866977e596dfef to your computer and use it in GitHub Desktop.
Save ZakharDay/10132e866977e596dfef to your computer and use it in GitHub Desktop.
* {
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