typo.scss 786 B

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748
  1. /* ========================================================================
  2. Component: typo
  3. ========================================================================== */
  4. @import url(//fonts.googleapis.com/css?family=Source+Sans+Pro:300,400,600,400italic);
  5. body {
  6. font-family: "Source Sans Pro", sans-serif;
  7. color: $body-color;
  8. font-size: 0.875rem; // 14px
  9. }
  10. h1,h2,h3,h4 {
  11. font-weight: bold;
  12. }
  13. h1,h2,h3,h4,h5,h6,
  14. .h1,.h2,.h3,.h4,.h5,.h6 {
  15. margin-bottom: 0.65625rem;
  16. }
  17. h1,.h1 {
  18. font-size: 2.25rem; // 36px
  19. }
  20. h2,.h2 {
  21. font-size: 1.875rem; // 30px
  22. }
  23. h3,.h3 {
  24. font-size: 1.5rem; // 24px
  25. }
  26. h4,.h4 {
  27. font-size: 1.125rem; // 18px
  28. }
  29. h5,.h5 {
  30. font-size: .875rem;
  31. }
  32. h6,.h6 {
  33. font-size: 1rem;
  34. }
  35. p {
  36. margin-bottom: .65rem; // ~10px
  37. }