fonts.sass 561 B

123456789101112131415161718192021222324
  1. body, input, button
  2. font-size: 16px
  3. font-family: "Raleway", sans-serif
  4. font-style: normal
  5. font-weight: normal
  6. font-optical-sizing: auto
  7. @media only screen and (max-width: 230px)
  8. word-break: break-all
  9. h1, h2, h3, h4, h5, h6
  10. font-family: "Cal Sans", sans-serif
  11. font-optical-sizing: auto
  12. font-weight: normal
  13. font-style: normal
  14. color: $primary
  15. .numbers
  16. font-family: "Roboto", sans-serif
  17. font-optical-sizing: auto
  18. font-weight: normal
  19. font-style: normal
  20. font-variation-settings: "wdth" 100