_typography.scss 768 B

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960
  1. h1{
  2. a{
  3. font-family: $roboto_regular;
  4. font-size: 1rem;
  5. font-weight: normal;
  6. }
  7. }
  8. h2{
  9. a{
  10. font-family:$roboto_medium;
  11. color: white;
  12. font-size:1.5rem;
  13. weight: normal;
  14. }
  15. }
  16. h3{
  17. font-family: $roboto_regular;
  18. font-size: 0.8rem;
  19. text-transform: uppercase;
  20. a{
  21. background: rgb(0,255,0);
  22. weight: normal;
  23. }
  24. }
  25. nav{
  26. li{
  27. a{
  28. font-family:$roboto_regular;
  29. font-size:0.9rem;
  30. text-transform: uppercase;
  31. weight: normal;
  32. }
  33. }
  34. }
  35. p{
  36. font-family: $roboto_light;
  37. font-size: 0.8rem;
  38. margin-bottom: 10px;
  39. a{
  40. background: rgb(0,255,0);
  41. weight: normal;
  42. }
  43. }
  44. .taxonomy{
  45. a{
  46. font-family:$roboto_regular;
  47. font-size:0.9rem;
  48. text-transform: uppercase;
  49. weight: normal;
  50. }
  51. }