_typography.scss 2.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157
  1. h1, h2{
  2. font-family: $medium;
  3. font-weight: normal;
  4. }
  5. h2{
  6. font-size: $fh2;
  7. }
  8. h3{
  9. font-family: $medium;
  10. font-size: $fh3;
  11. font-weight: normal;
  12. }
  13. h5{
  14. font-size: $fh5;
  15. font-family: $bold;
  16. font-weight: normal;
  17. }
  18. p{
  19. font-family: $Regular;
  20. font-weight: normal;
  21. font-size: $fp;
  22. }
  23. time{
  24. font-family: $italic;
  25. font-weight: normal;
  26. }
  27. header{
  28. .contact{
  29. h3{
  30. text-transform: lowercase;
  31. color:white;
  32. }
  33. }
  34. }
  35. .scroll{
  36. p{
  37. font-size: $fs;
  38. font-family: $bold;
  39. font-weight: normal;
  40. }
  41. }
  42. .cat-list{
  43. .cat{
  44. a{
  45. font-family: $light;
  46. font-weight: normal;
  47. }
  48. }
  49. }
  50. body{
  51. &>.blog{
  52. h1{
  53. font-size: $fh1;
  54. -webkit-text-stroke:.1rem #111;
  55. color: transparent;
  56. line-height: 7rem;
  57. }
  58. .card{
  59. h5{
  60. text-transform: uppercase;
  61. }
  62. .card-category{
  63. font-family: $italic;
  64. font-weight: normal;
  65. font-size: $fs;
  66. }
  67. .card-date{
  68. font-size: $fs;
  69. }
  70. .card-footer{
  71. span{
  72. font-family: $medium;
  73. font-weight: normal;
  74. font-size: $fs;
  75. text-transform: capitalize;
  76. a{
  77. color: $grey;
  78. }
  79. }
  80. }
  81. }
  82. }
  83. }
  84. body{
  85. & >.item{
  86. h1{
  87. font-size: $fh2;
  88. }
  89. h2{
  90. font-size: $fh2-i;
  91. }
  92. .content-item{
  93. .content-title{
  94. & > a{
  95. font-family: $italic;
  96. }
  97. }
  98. }
  99. .category{
  100. font-family: $italic;
  101. font-weight: normal;
  102. font-size: $fs-i;
  103. }
  104. time{
  105. font-size: $fs;
  106. font-size: $fs-i;
  107. }
  108. .tags{
  109. font-family: $medium;
  110. font-weight: normal;
  111. font-size: 0.8rem;
  112. text-transform: capitalize;
  113. a{
  114. color: $grey;
  115. }
  116. }
  117. .top{
  118. p{
  119. font-family: $bold;
  120. }
  121. }
  122. }
  123. }
  124. .prev-next{
  125. .title{
  126. font-family: $bold;
  127. font-size: $fs;
  128. }
  129. .tags{
  130. font-family: $italic;
  131. font-size: $fs!important;
  132. }
  133. .blog-date{
  134. time{
  135. font-family: $italic;
  136. font-size: $fs!important;
  137. }
  138. }
  139. }
  140. .top{
  141. p{
  142. font-size: 0.8rem;
  143. }
  144. }