_typography.scss 1.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136
  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. text-transform: uppercase;
  18. }
  19. p{
  20. font-family: $Regular;
  21. font-weight: normal;
  22. font-size: $fp;
  23. line-height: 1.1rem;
  24. }
  25. time{
  26. font-family: $italic;
  27. font-weight: normal;
  28. }
  29. .blog{
  30. h1{
  31. font-size: $fh1;
  32. line-height: 5vw;
  33. -webkit-text-stroke: 2px black;
  34. color: transparent;
  35. }
  36. h2{
  37. line-height: 8vw;
  38. }
  39. &.down{
  40. h1{
  41. -webkit-animation: reducH 1s 0.9s ease forwards;
  42. animation: reducH 1s 0.9s ease forwards;
  43. }
  44. }
  45. }
  46. .item{
  47. h2{
  48. font-size: $fh2-i;
  49. }
  50. .prev-next{
  51. a{
  52. .title{
  53. font-family: $bold;
  54. text-transform: uppercase;
  55. font-size: 0.7rem;
  56. }
  57. .tags, .blog-date time{
  58. font-family: $italic;
  59. text-transform: uppercase;
  60. font-size: 0.7rem;
  61. }
  62. }
  63. }
  64. }
  65. .category{
  66. a{
  67. font-family: $italic;
  68. font-size: $fs-i;
  69. }
  70. }
  71. time{
  72. font-size: $fs-i;
  73. }
  74. .tags{
  75. font-family: $bold;
  76. font-size: 0.7rem;
  77. }
  78. #page-wrapper.blog{
  79. .works-mea, #items{
  80. .category{
  81. a{
  82. font-family: $italic;
  83. font-size: $fs;
  84. }
  85. }
  86. time{
  87. font-size: $fs;
  88. }
  89. .card-footer{
  90. line-height: 0.2rem;
  91. .tags{
  92. a{
  93. color: $grey!important;
  94. }
  95. }
  96. }
  97. }
  98. }
  99. #page-wrapper.item{
  100. #items{
  101. .title{
  102. h2{
  103. font-family: $bold;
  104. font-size: 1.2rem;
  105. }
  106. a, time{
  107. font-size: 1.2rem;
  108. }
  109. }
  110. .tags{
  111. span{
  112. font-size: 0.8rem;
  113. a{
  114. color: $grey;
  115. }
  116. }
  117. }
  118. }
  119. }
  120. .cat-list{
  121. font-family: $light;
  122. font-size: 1rem;
  123. }