@@ -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;
color: #333;
background-color: #FFF;
}