@@ -0,0 +1,6 @@
+@font-face {
+ font-family: 'PF';
+ src: url('./PingFang Medium.ttf');
+ font-weight: normal;
+ font-style: normal;
+}
@@ -1,5 +1,5 @@
@import "./assets/font/iconfont.css";
-
+@import "./assets/fontFile/font.css";
html,body {
width: 100%;
@@ -7,6 +7,8 @@ html,body {
background: #F8F8F8;
overflow: hidden;
font-size: 14px;
+ font-family: Helvetica Neue, Helvetica,PF, PingFang SC, Hiragino Sans GB, Microsoft YaHei,
+ '\5FAE\8F6F\96C5\9ED1', Arial, sans-serif !important;
}
#app,.van-config{