_typography.scss 1.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106
  1. h1, h2{
  2. font-family: $medium;
  3. font-weight: normal;
  4. }
  5. h1{
  6. font-size: $fh1;
  7. -webkit-text-stroke:.1rem #111;
  8. color: transparent;
  9. line-height: 7rem;
  10. }
  11. h2{
  12. font-size: $fh2;
  13. }
  14. h3{
  15. font-family: $medium;
  16. font-size: $fh3;
  17. font-weight: normal;
  18. }
  19. h5{
  20. font-size: 1rem;
  21. font-family: $bold;
  22. font-weight: normal;
  23. }
  24. p{
  25. font-family: $Regular;
  26. font-weight: normal;
  27. font-size: $fp;
  28. }
  29. time{
  30. font-family: $italic;
  31. font-weight: normal;
  32. }
  33. header{
  34. .contact{
  35. h3{
  36. text-transform: lowercase;
  37. color:white;
  38. margin-top:-52px;
  39. margin-left: 18px;
  40. }
  41. }
  42. }
  43. .card{
  44. h5{
  45. text-transform: uppercase;
  46. }
  47. .card-category{
  48. font-family: $italic;
  49. font-weight: normal;
  50. }
  51. .card-footer{
  52. span{
  53. font-family: $medium;
  54. font-weight: normal;
  55. font-size: $fs;
  56. text-transform: capitalize;
  57. a{
  58. color: $grey;
  59. }
  60. }
  61. }
  62. }
  63. .scroll{
  64. p{
  65. font-family: $bold;
  66. font-weight: normal;
  67. }
  68. }
  69. .cat-list{
  70. .cat{
  71. a{
  72. font-family: $light;
  73. font-weight: normal;
  74. }
  75. }
  76. }
  77. #items{
  78. .content-item{
  79. .content-title{
  80. h2{
  81. font-size: $fh2-i;
  82. }
  83. & > a{
  84. font-family: $italic;
  85. }
  86. }
  87. }
  88. .top{
  89. p{
  90. font-family: $bold;
  91. }
  92. }
  93. }