소스 검색

頁面修正

jeter20131220 4 년 전
부모
커밋
096e132af1
3개의 변경된 파일9개의 추가작업 그리고 7개의 파일을 삭제
  1. 4 4
      desktop11/style.css
  2. 0 0
      desktop11/style.css.map
  3. 5 3
      desktop11/style.scss

+ 4 - 4
desktop11/style.css

@@ -1,15 +1,15 @@
 @charset "UTF-8";
 @import url("https://fonts.googleapis.com/css2?family=Noto+Serif+TC:wght@300;600&display=swap");
-* {
-  font-family: 微軟正黑體;
-}
-
 @font-face {
   font-family: 追奇手寫體;
   src: url(./drechifont-proportional.ttf);
   font-weight: 900;
 }
 
+* {
+  font-family: 微軟正黑體;
+}
+
 body {
   height: 5000px;
   width: 100vw;

파일 크기가 너무 크기때문에 변경 상태를 표시하지 않습니다.
+ 0 - 0
desktop11/style.css.map


+ 5 - 3
desktop11/style.scss

@@ -1,6 +1,4 @@
-* {
-    font-family: 微軟正黑體;
-}
+
 $Font-color: #fff;
 $title-color: #4b515e;
 $toggle: #9c857b;
@@ -12,6 +10,10 @@ $process: #6f645a;
     font-weight: 900;
 }
 
+* {
+    font-family: 微軟正黑體;
+}
+
 $destop: 1025px;
 
 body {

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