浏览代码

引入字体包

jwyu 2 年之前
父节点
当前提交
88bd50f27b
共有 2 个文件被更改,包括 5 次插入5 次删除
  1. 二进制
      src/style/arial.ttf
  2. 5 5
      src/style/global.scss

二进制
src/style/arial.ttf


+ 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: 'arial';
+  src: url('./arial.ttf');
+}
 html,
 body,
 #app {
@@ -10,7 +10,7 @@ body,
   height: 100%;
   font-size: 16px;
   color: #333;
-  // font-family: 'PingFang';
+  font-family: 'arial';
   // min-width: 1024px;
 }