_typography.scss 1.0 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576
  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. font-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. font-weight: normal;
  23. }
  24. }
  25. nav{
  26. li{
  27. a{
  28. font-family:$roboto_regular;
  29. font-size:0.8rem;
  30. text-transform: uppercase;
  31. font-weight: normal;
  32. }
  33. }
  34. a{
  35. li{
  36. font-family:$roboto_regular;
  37. font-size:0.8rem;
  38. text-transform: uppercase;
  39. font-weight: normal;
  40. }
  41. }
  42. }
  43. p{
  44. font-family: $roboto_light;
  45. font-size: 0.8rem;
  46. margin-bottom: 10px;
  47. a{
  48. background: rgb(0,255,0);
  49. font-weight: normal;
  50. }
  51. }
  52. .taxonomy{
  53. a{
  54. font-family:$roboto_regular;
  55. font-size:0.8em;
  56. text-transform: uppercase;
  57. font-weight: normal;
  58. }
  59. }
  60. .news{
  61. h3{
  62. font-family:$roboto_regular;
  63. text-transform: uppercase;
  64. font-weight: normal;
  65. }
  66. }