|
@@ -1,3 +1,17 @@
|
|
|
|
+@font-face {
|
|
|
|
+ font-family: 'NumberFont';
|
|
|
|
+ src: url('/static/index/font/poppins/Poppins-Bold.woff') format('woff'),
|
|
|
|
+ url('/static/index/font/poppins/Poppins-Medium.woff') format('woff'),
|
|
|
|
+ url('/static/index/font/poppins/Poppins-Regular.woff') format('woff');
|
|
|
|
+ unicode-range: U+30-39; /* 只针对数字0-9 */
|
|
|
|
+}
|
|
|
|
+@font-face {
|
|
|
|
+ font-family: 'syht';
|
|
|
|
+ src: url('/static/index/font/syht/SourceHanSansSC-Bold-2.woff') format('woff'),
|
|
|
|
+ url('/static/index/font/syht/SourceHanSansSC-Medium-2.woff') format('woff'),
|
|
|
|
+ url('/static/index/font/syht/SourceHanSansSC-Regular-2.woff') format('woff');
|
|
|
|
+}
|
|
|
|
+body {font-family: 'syht', 'Poppins', sans-serif !important;}
|
|
body {
|
|
body {
|
|
color: #333;
|
|
color: #333;
|
|
background: #ffffff;
|
|
background: #ffffff;
|
|
@@ -17,7 +31,7 @@ h6,
|
|
.h5,
|
|
.h5,
|
|
.h6,
|
|
.h6,
|
|
a {
|
|
a {
|
|
- font-family: "Helvetica Neue", "Luxi Sans", "DejaVu Sans", Tahoma, "Hiragino Sans GB", STHeiti, "Microsoft YaHei";
|
|
|
|
|
|
+ /* font-family: "Helvetica Neue", "Luxi Sans", "DejaVu Sans", Tahoma, "Hiragino Sans GB", STHeiti, "Microsoft YaHei"; */
|
|
}
|
|
}
|
|
|
|
|
|
h1,
|
|
h1,
|