lsc 11 months ago
parent
commit
f28706a89f
1 changed files with 3 additions and 3 deletions
  1. 3 3
      css/Desktop/Desktop.css

+ 3 - 3
css/Desktop/Desktop.css

@@ -1,10 +1,10 @@
 /*整体样式*/
-@font-face {
+/* @font-face {
     font-family: 'Source Han Sans SC';
     src: url('SourceHanSans-Regular.otf') format('truetype');
     font-weight: normal;
     font-style: normal;
-  }
+  } */
 
   
 html {}
@@ -21,7 +21,7 @@ body {
     border: 0;
     width: 100%;
     font-size: 12px;
-    font-family: 'Source Han Sans SC';
+    font-family: '黑体';
     color: #333;
     background-color: #FFF;
 }