summaryrefslogtreecommitdiff
path: root/partials/_base-typey.scss
blob: 9aabd69d37df862ca4163be5fb633ce07593e53d (plain)
  1. // Typey integration
  2. //
  3. // No styleguide reference.
  4. $base-unit: em;
  5. $base-font-size: 16px;
  6. $base-line-height: 28px;
  7. $helvetica: Helvetica, sans-serif;
  8. $verdana: Verdana, sans-serif;
  9. $garamond: Garamond, serif;
  10. $typefaces: (
  11. sans-serif: $sans-serif-stack,
  12. serif: $garamond,
  13. monospace: $monospace-stack,
  14. );
  15. $typestyles: (
  16. heading-1: (
  17. font-size: xxl,
  18. line-height: 2,
  19. weight: normal,
  20. ),
  21. );