jeter20131220 4 년 전
부모
커밋
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;

이 변경점에서 너무 많은 파일들이 변경되어 몇몇 파일들은 표시되지 않았습니다.