Created
September 15, 2011 06:51
-
-
Save dagda1/1218685 to your computer and use it in GitHub Desktop.
_typography.sass
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
.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