Browse Source

h4,h6,h7 fix

anatoly 7 năm trước cách đây
mục cha
commit
7b1abf3ecb
3 tập tin đã thay đổi với 6 bổ sung6 xóa
  1. 3 3
      src/files/css/main.css
  2. 0 0
      src/files/css/main.css.map
  3. 3 3
      src/files/scss/_tags.scss

+ 3 - 3
src/files/css/main.css

@@ -8721,15 +8721,15 @@ footer .copyright .logo {
   font-weight: 600; }
 
 h4 {
-  font: "Cuprum", Impact, "Charcoal CY", sans-serif;
+  font-family: "Cuprum", Impact, "Charcoal CY", sans-serif;
   font-size: 17px; }
 
 h6 {
-  font: "Cuprum", Impact, "Charcoal CY", sans-serif;
+  font-family: "Cuprum", Impact, "Charcoal CY", sans-serif;
   font-size: 15px; }
 
 h7 {
-  font: "Cuprum", Impact, "Charcoal CY", sans-serif;
+  font-family: "Cuprum", Impact, "Charcoal CY", sans-serif;
   font-size: 13px; }
 
 .text-page__text p, .special-page__article p, .full-news__text p, .index-about p {

Những thai đổi đã bị hủy bỏ vì nó quá lớn
+ 0 - 0
src/files/css/main.css.map


+ 3 - 3
src/files/scss/_tags.scss

@@ -13,17 +13,17 @@
 }
 
 h4 {
-    font: $fontcuprum;
+    font-family: $fontcuprum;
     font-size: 17px;
 }
 
 h6 {
-    font: $fontcuprum;
+    font-family: $fontcuprum;
     font-size: 15px;
 }
 
 h7 {
-    font: $fontcuprum;
+    font-family: $fontcuprum;
     font-size: 13px;
 }
 

Một số tệp đã không được hiển thị bởi vì quá nhiều tập tin thay đổi trong này khác