|
|
@@ -1,7 +1,13 @@
|
|
|
+@font-face {
|
|
|
+ font-family: 'pingfang-imported';
|
|
|
+ src: url('font/PingFang-SC-Regular.ttf');
|
|
|
+}
|
|
|
+
|
|
|
body {
|
|
|
font-size: 14px;
|
|
|
- font-family: Inter, '-apple-system', BlinkMacSystemFont, 'PingFang SC', 'Hiragino Sans GB', 'noto sans',
|
|
|
- 'Microsoft YaHei', 'Helvetica Neue', Helvetica, Arial, sans-serif;
|
|
|
+ /* font-family: Inter, '-apple-system', BlinkMacSystemFont, 'PingFang SC', 'Hiragino Sans GB', 'noto sans',
|
|
|
+ 'Microsoft YaHei', 'Helvetica Neue', Helvetica, Arial, sans-serif, 'pingfang-imported'; */
|
|
|
+ font-family: 'pingfang-imported';
|
|
|
}
|
|
|
|
|
|
body {
|