My public website https://www.chameth.com/
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

_text.sass 419B

1234567891011121314151617181920212223242526272829
  1. // Properties relating to text
  2. body
  3. color: $dark-gray
  4. font-family: "Aileron Regular", Helvetica, sans-serif
  5. font-size: 16pt
  6. font-weight: 400
  7. line-height: 1.75em
  8. a
  9. color: $cyan
  10. text-decoration-skip-ink: auto
  11. strong, b
  12. color: $light-gray
  13. font-weight: 400
  14. em, i
  15. font-style: italic
  16. sub
  17. font-size: 0.8em
  18. position: relative
  19. top: 0.5em
  20. sup
  21. font-size: 0.8em
  22. position: relative
  23. top: -0.5em