_typography.scss 612 B

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960
  1. html, body{
  2. font-family: $Regular;
  3. }
  4. h1{
  5. text-transform: uppercase;
  6. }
  7. h2{
  8. font-size: 2rem;
  9. }
  10. h4{
  11. font-weight: normal;
  12. font-size: 2rem;
  13. }
  14. h5{
  15. font-weight: normal;
  16. font-size: 1.2rem;
  17. }
  18. .card-title{
  19. font-family: $Bold;
  20. font-size: 1.2rem;
  21. }
  22. p{
  23. strong{
  24. font-family: $Bold;
  25. font-weight: normal;
  26. }
  27. }
  28. .content{
  29. p:nth-of-type(1){
  30. font-size: 1.2rem;
  31. }
  32. }
  33. .sidebar{
  34. .side-newsletter{
  35. label{
  36. font-size: 1.5rem;
  37. font-weight: normal;
  38. font-family: $Bold;
  39. }
  40. }
  41. }
  42. .cat{
  43. width: 100%;
  44. a{
  45. font-family: $Bold;
  46. }
  47. }
  48. .dt{
  49. font-family: $Bold;
  50. }