jeter20131220 3 年之前
父節點
當前提交
9339b017b7
共有 5 個文件被更改,包括 3 次插入0 次删除
  1. 1 0
      desktop11/style.css
  2. 0 0
      desktop11/style.css.map
  3. 1 0
      mobile/style.css
  4. 0 0
      mobile/style.css.map
  5. 1 0
      mobile/style.scss

+ 1 - 0
desktop11/style.css

@@ -11,6 +11,7 @@
   font-family: 追奇手寫體;
   src: url(./drechifont-proportional.ttf);
   font-weight: 900;
+  font-display: swap;
 }
 
 body {

文件差異過大導致無法顯示
+ 0 - 0
desktop11/style.css.map


+ 1 - 0
mobile/style.css

@@ -11,6 +11,7 @@
   font-family: 追奇手寫體;
   src: url(./drechifont-proportional.ttf);
   font-weight: 900;
+  font-display: swap;
 }
 
 body .title {

文件差異過大導致無法顯示
+ 0 - 0
mobile/style.css.map


+ 1 - 0
mobile/style.scss

@@ -11,6 +11,7 @@ $process: #6f645a;
     font-family: 追奇手寫體;
     src: url(./drechifont-proportional.ttf);
     font-weight: 900;
+    font-display:swap;
 }
 @import url('https://fonts.googleapis.com/css2?family=Noto+Serif+TC:wght@300;600&display=swap');
 $Font-color: #fff;

部分文件因文件數量過多而無法顯示