Skip to content

Instantly share code, notes, and snippets.

@jaredpalmer
Last active August 29, 2015 14:14
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jaredpalmer/38b9a3cf4c2b02c29de4 to your computer and use it in GitHub Desktop.
Save jaredpalmer/38b9a3cf4c2b02c29de4 to your computer and use it in GitHub Desktop.
Nice Helvetica
h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6, p, .navbar, .brand, .btn-simple, a, .td-name, td {
-moz-osx-font-smoothing: grayscale;
-webkit-font-smoothing: antialiased;
font-family: "Helvetica Neue","Open Sans",Arial,sans-serif;
}
h1, .h1, h2, .h2, h3, .h3, h4, .h4 {
font-weight: 400;
margin: 30px 0 15px;
}
h1, .h1 {
font-size: 52px;
}
h2, .h2 {
font-size: 36px;
}
h3, .h3 {
font-size: 28px;
margin: 20px 0 10px;
}
h4, .h4 {
font-size: 22px;
line-height: 30px;
}
h5, .h5 {
font-size: 18px;
margin-bottom: 15px;
}
h6, .h6 {
font-size: 14px;
font-weight: 600;
text-transform: uppercase;
}
p {
font-size: 16px;
line-height: 1.5;
}
/* General overwrite */
body {
font-family: "Helvetica Neue","Open Sans",Arial,sans-serif;
}
a {
color: #2ca8ff;
}
a:hover, a:focus {
color: #109cff;
text-decoration: none;
}
a:focus, a:active {
outline: 0;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment