Prechádzať zdrojové kódy

去掉字体包引入

htc 1 deň pred
rodič
commit
f71150bd86
1 zmenil súbory, kde vykonal 12 pridanie a 12 odobranie
  1. 12 12
      App.vue

+ 12 - 12
App.vue

@@ -27,18 +27,18 @@
 	/* 注意要写在第一行,同时给style标签加入lang="scss"属性 */
 	@import "uview-plus/index.scss";
 	
-	@font-face {
-		font-family: 'PingFang-SC';
-		src: url("https://oss.familydaf.cn/sxsnfile/20260107/3e1c8b16b1164d3c90c23392d9190389.ttf");
-	}
-	@font-face {
-		font-family: 'PingFangSC';
-		src: url("https://oss.familydaf.cn/sxsnfile/20260107/b8d1e3edde07457392dfe6bd8734e29d.ttf");
-	}
-	@font-face {
-		font-family: 'DINAlternate';
-		src: url("https://oss.familydaf.cn/sxsnfile/20260107/fa6b266591ae44fd9ae51e3452d9727d.otf");
-	}
+	// @font-face {
+	// 	font-family: 'PingFang-SC';
+	// 	src: url("https://oss.familydaf.cn/sxsnfile/20260107/3e1c8b16b1164d3c90c23392d9190389.ttf");
+	// }
+	// @font-face {
+	// 	font-family: 'PingFangSC';
+	// 	src: url("https://oss.familydaf.cn/sxsnfile/20260107/b8d1e3edde07457392dfe6bd8734e29d.ttf");
+	// }
+	// @font-face {
+	// 	font-family: 'DINAlternate';
+	// 	src: url("https://oss.familydaf.cn/sxsnfile/20260107/fa6b266591ae44fd9ae51e3452d9727d.otf");
+	// }
 	
 	.tab_page{
 		background: #F7F7F7;