Explorar o código

引入字体包

jwyu %!s(int64=2) %!d(string=hai) anos
pai
achega
88bd50f27b
Modificáronse 2 ficheiros con 5 adicións e 5 borrados
  1. BIN=BIN
      src/style/arial.ttf
  2. 5 5
      src/style/global.scss

BIN=BIN
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;
 }