Skip to content

Instantly share code, notes, and snippets.

@dagda1
Created September 15, 2011 06:51
Show Gist options
  • Save dagda1/1218685 to your computer and use it in GitHub Desktop.
Save dagda1/1218685 to your computer and use it in GitHub Desktop.
_typography.sass
.heading
font-family: "Orbitron", "Georgia", "Helvetica Neue", Arial, San-Serif
body > header h1
font-size: 2.2em
@extend .heading
line-height: 1.2em
text-transform: uppercase
font-weight: normal
margin-bottom: 0.7em
@include text-shadow(rgba(#000, 0.8) 0 0 8px)
body
line-height: 1.5em
color: $text-color
@extend .serif
#{headings()}
@extend .heading
text-rendering: optimizelegibility
margin-bottom: 1em
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment