_variables.scss 1012 B

12345678910111213141516171819202122232425262728293031
  1. // ==========================================================================
  2. // Typography variables
  3. // ==========================================================================
  4. $normal: normal; // Change these values when using custom fonts
  5. $bold: bold; // For example, bold could change to 400;
  6. $root-font:(
  7. color: #222,
  8. font-size: 14px,
  9. line-height: 1.4
  10. );
  11. $pre__background: #eee;
  12. $mark__background: #fff9c0;
  13. // ==========================================================================
  14. // Typefaces
  15. // ==========================================================================
  16. $monospace: 'courier new', monospace;
  17. $serif: Georgia, "Times New Roman", Times, serif;
  18. $sans: Helvetica, Arial, sans-serif; // 400i,400,600,700,800
  19. $calluna: 'calluna', $sans; // 400
  20. $gill: "Gill Sans", "Gill Sans MT", $sans;
  21. // ==========================================================================
  22. // Icons
  23. // ==========================================================================
  24. $genericons: 'genericons';