_typography.scss 338 B

1234567891011121314151617181920212223242526272829
  1. h1{
  2. a{
  3. font-family: $roboto_regular;
  4. font-size: 1rem;
  5. }
  6. }
  7. h2{
  8. a{
  9. font-family:$roboto_medium;
  10. color: white;
  11. font-size:1.5rem;
  12. }
  13. }
  14. nav{
  15. li{
  16. a{
  17. font-family:$roboto_regular;
  18. font-size:0.9rem;
  19. text-transform: uppercase;
  20. }
  21. }
  22. }
  23. p{
  24. font-family: $roboto_light;
  25. font-size: 0.8rem;
  26. }