blob: 9aabd69d37df862ca4163be5fb633ce07593e53d (
plain)
- // Typey integration
- //
- // No styleguide reference.
- $base-unit: em;
- $base-font-size: 16px;
- $base-line-height: 28px;
- $helvetica: Helvetica, sans-serif;
- $verdana: Verdana, sans-serif;
- $garamond: Garamond, serif;
- $typefaces: (
- sans-serif: $sans-serif-stack,
- serif: $garamond,
- monospace: $monospace-stack,
- );
- $typestyles: (
- heading-1: (
- font-size: xxl,
- line-height: 2,
- weight: normal,
- ),
- );
|