|
@@ -13,6 +13,16 @@
|
|
|
src: url('./font/Din.TTF'); //引入字体
|
|
|
font-weight: normal;font-style: normal;
|
|
|
}
|
|
|
+@font-face {
|
|
|
+ font-family: 'MiSans-Regular'; //重命名字体名
|
|
|
+ src: url('./font/MiSans-Regular.ttf');//引入字体
|
|
|
+ font-weight: normal;font-style: normal;
|
|
|
+}
|
|
|
+@font-face {
|
|
|
+ font-family: 'MiSans-Semibold'; //重命名字体名
|
|
|
+ src: url('./font/MiSans-Semibold.ttf'); //引入字体
|
|
|
+ font-weight: normal;font-style: normal;
|
|
|
+}
|
|
|
|
|
|
body {
|
|
|
font-family: "Helvetica Neue", Helvetica, Arial, "微软雅黑", sans-serif;
|