12345678910111213 |
- /*--------------------------------------------------------------*/
- /* !## Typographic Variables */
- /*--------------------------------------------------------------*/
- $font__main: 'Karla', 'Helvetica Neue', Helvetica, Arial, sans-serif;
- $font__header: 'Libre Baskerville', 'Georgia', Georgia, 'Times New Roman', Times, serif;
- $font__quote: $font__header;
- $font__code: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
- $font__pre: "Courier 10 Pitch", Courier, monospace;
- $font__line-height-body: 1.75;
- $font__line-height-pre: 1.875;
- $baseline: ($font__line-height-body * 1em);
- $mobile-baseline: ($baseline * 0.8);
|