瀏覽代碼

頁面修正

jeter20131220 3 年之前
父節點
當前提交
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 {

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