Created
February 15, 2013 20:06
-
-
Save andrewliebchen/4963115 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
// Somewhere above in the cascade | |
@font-face: // add source sans from server, call it 'source sans pro server' | |
// Assemble $font-family, ln 154 app/assets/stylesheets/base/_mixin.scss | |
$primary-font: nth($typekit-fonts, $font) + "-" + $style + $weight; | |
$secondary-font: nth($typekit-fonts, $font); | |
$fallback-fonts: nth($typekit-fallbacks, $font); | |
$font-family: quote($primary-font), quote($secondary-font), 'source sans pro server', $fallback-fonts; |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment