Lijy 6 月之前
父节点
当前提交
8c82376d9f

二进制
fhKeeper/formulahousekeeper/customerBuler-crm-h5/src/assets/fontFile/PingFang Medium.ttf


+ 6 - 0
fhKeeper/formulahousekeeper/customerBuler-crm-h5/src/assets/fontFile/font.css

@@ -0,0 +1,6 @@
+@font-face {
+  font-family: 'PF';
+  src: url('./PingFang Medium.ttf');
+  font-weight: normal;
+  font-style: normal;
+}

+ 3 - 1
fhKeeper/formulahousekeeper/customerBuler-crm-h5/src/style.scss

@@ -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{