lsc 1 年之前
父節點
當前提交
a3c249a763
共有 2 個文件被更改,包括 8 次插入1 次删除
  1. 8 1
      css/Desktop/Desktop.css
  2. 二進制
      css/Desktop/SourceHanSans-Regular.otf

+ 8 - 1
css/Desktop/Desktop.css

@@ -1,5 +1,12 @@
 /*整体样式*/
+@font-face {
+    font-family: 'Source Han Sans SC';
+    src: url('SourceHanSans-Regular.otf') format('truetype');
+    font-weight: normal;
+    font-style: normal;
+  }
 
+  
 html {}
 
 html,
@@ -14,7 +21,7 @@ body {
     border: 0;
     width: 100%;
     font-size: 12px;
-    font-family: lucida, "Hiragino Sans GB", "微软雅黑", "WenQuanYi Micro Hei", sans-serif;
+    font-family: 'Source Han Sans SC';
     color: #333;
     background-color: #FFF;
 }

二進制
css/Desktop/SourceHanSans-Regular.otf