|
@@ -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;
|
|
|
+ }
|