@@ -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;
}