_settings.fonts.scss 589 B

1234567891011121314151617181920212223242526272829303132333435363738
  1. /**
  2. * fonts
  3. */
  4. $base-font-en: Lato;
  5. $base-font-cn: "Microsoft YaHei";
  6. $base-font-code: Consolas, "Courier New", Courier;
  7. $base-font-family: $base-font-en,$base-font-cn;
  8. /**
  9. * font size
  10. */
  11. $base-font-size: 1em;
  12. $large-font-size: 1.5em;
  13. $small-font-size: 0.8em;
  14. $font-size-h1: 2.2rem;
  15. $font-size-h2: 1.8rem;
  16. $font-size-h3: 1.6rem;
  17. $font-size-h4: 1.4rem;
  18. $font-size-h5: 1.2rem;
  19. $font-size-h6: 1.1rem;
  20. /**
  21. * font weight
  22. */
  23. $base-font-weight: 400;
  24. $base-font-bold: bold;
  25. /**
  26. * others
  27. */
  28. $base-line-height: 1.5;
  29. $spacing-unit: 30px;