浏览代码

取消字体切换

jwyu 2 年之前
父节点
当前提交
6cfb3be533
共有 3 个文件被更改,包括 6 次插入5 次删除
  1. 1 0
      .gitignore
  2. 二进制
      hongze_yb_pc.zip
  3. 5 5
      src/style/global.scss

+ 1 - 0
.gitignore

@@ -15,6 +15,7 @@ testDir
 *.local
 package-lock.json
 hongze_yb_pc
+hongze_yb_pc.zip
 
 # Editor directories and files
 .vscode/*

二进制
hongze_yb_pc.zip


+ 5 - 5
src/style/global.scss

@@ -1,8 +1,8 @@
 // 全局样式
-@font-face {
-  font-family: 'PingFang';
-  src: url('https://hzstatic.hzinsights.com/static/font/PingFangRegular.ttf');
-}
+// @font-face {
+//   font-family: 'PingFang';
+//   src: url('https://hzstatic.hzinsights.com/static/font/PingFangRegular.ttf');
+// }
 html,
 body,
 #app {
@@ -10,7 +10,7 @@ body,
   height: 100%;
   font-size: 16px;
   color: #333;
-  font-family: 'PingFang';
+  // font-family: 'PingFang';
   // min-width: 1024px;
 }