From bb584963c6abe77c5577cbcad3c9956b69444ae9 Mon Sep 17 00:00:00 2001
From: zhongshujie <2862698242@qq.com>
Date: 星期二, 01 七月 2025 17:17:30 +0800
Subject: [PATCH] 无人机样章

---
 src/books/toddlerGameImplementation/assets/main.less |   34 +++++++++++++++++++++++++++-------
 1 files changed, 27 insertions(+), 7 deletions(-)

diff --git a/src/books/toddlerGameImplementation/assets/main.less b/src/books/toddlerGameImplementation/assets/main.less
index 7c7cfbc..23bc3fe 100644
--- a/src/books/toddlerGameImplementation/assets/main.less
+++ b/src/books/toddlerGameImplementation/assets/main.less
@@ -174,6 +174,12 @@
     font-family: "鏂规涔﹀畫";
   }
 
+  .fm-fzxbs {
+    font-weight: 100 !important;
+    font-size: 0.9em !important;
+    font-family: "鏂规鏂版姤瀹�" !important;
+  }
+
   .img-0 {
     width: 100%;
   }
@@ -1329,7 +1335,6 @@
 
 
   p {
-    font-family: '鏂规鏂版姤瀹�';
     margin-top: 0.2em;
     margin-bottom: 0.2em;
     text-indent: 2em;
@@ -1485,7 +1490,7 @@
   }
 
   h4 {
-    font-family: '鏂规涓矖闆呭畫';
+    font-family: 'FZZYS';
     font-weight: 400;
     color: #03AFED;
     margin-bottom: 0.2em;
@@ -1645,8 +1650,9 @@
 
 
   .ls2 {
+    font-family: "FZZYS";
     color: #00B1F5;
-    font-weight: bold;
+    font-weight: 400;
     font-size: 1em;
     line-height: 30px;
   }
@@ -1769,7 +1775,7 @@
     position: relative;
 
     p {
-      font-family: "鏂规鍏颁涵鍒婇粦";
+      font-family: "鏂规涓瓑绾�";
       font-size: 13.5px;
     }
   }
@@ -2185,11 +2191,9 @@
 }
 
 
-
-
 @font-face {
   font-family: '鏂规浠垮畫';
-  src: url('./Fonts/FZFSK.TTF');
+  src: url(../assets/Fonts/FZFSK.TTF);
 }
 
 @font-face {
@@ -2235,6 +2239,22 @@
 }
 
 
+@font-face {
+  font-family: '鏂规鏂版姤瀹�';
+  src: url('./Fonts/FZNBSK.TTF');
+}
+
+@font-face {
+  font-family: '鏂规涓瓑绾�';
+  src: url('./Fonts/FZZDXK.TTF');
+}
+
+@font-face {
+  font-family: 'FZZYS';
+  src: url('./Fonts/FZZYSJW.TTF');
+}
+
+
 .textarea-question {
   border-color: #6bcff6 !important;
 }

--
Gitblit v1.9.1