Skip to content

Instantly share code, notes, and snippets.

@andrewliebchen
Created February 15, 2013 20:06
Show Gist options
  • Save andrewliebchen/4963115 to your computer and use it in GitHub Desktop.
Save andrewliebchen/4963115 to your computer and use it in GitHub Desktop.
// 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