aaa %!s(int64=2) %!d(string=hai) anos
pai
achega
539c6f1b80
Modificáronse 2 ficheiros con 12 adicións e 5 borrados
  1. BIN=BIN
      src/assets/fontFamily/ST.ttf
  2. 12 5
      src/styles/common.scss

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