Ver código fonte

添加字体

aaa 2 anos atrás
pai
commit
539c6f1b80
2 arquivos alterados com 12 adições e 5 exclusões
  1. BIN
      src/assets/fontFamily/ST.ttf
  2. 12 5
      src/styles/common.scss

BIN
src/assets/fontFamily/ST.ttf


+ 12 - 5
src/styles/common.scss

@@ -174,9 +174,16 @@ body {
 }
 
 /*引入字体-仿宋*/
+// @font-face {
+//   font-family: 'fangSong-FZFSJW';
+//   src: url('../assets/fontFamily/FZFSJW.TTF');
+//   font-weight: normal;
+//   font-style: normal;
+// }
+/*引入字体-宋体*/
 @font-face {
-  font-family: 'fangSong-FZFSJW';
-  src: url('../assets/fontFamily/FZFSJW.TTF');
-  font-weight: normal;
-  font-style: normal;
-}
+    font-family: 'fangSong-FZFSJW';
+    src: url('../assets/fontFamily/ST.ttf');
+    font-weight: normal;
+    font-style: normal;
+  }