From 37b05361d8d7fbc822b7c9ffe924369743118fc6 Mon Sep 17 00:00:00 2001
From: litian <2804272236@qq.com>
Date: 星期二, 10 九月 2024 14:52:57 +0800
Subject: [PATCH] Merge branch 'master' of http://182.92.203.7:2001/r/TextbookReader

---
 src/assets/base.css |    8 ++++++--
 1 files changed, 6 insertions(+), 2 deletions(-)

diff --git a/src/assets/base.css b/src/assets/base.css
index 116f1de..48c1d52 100644
--- a/src/assets/base.css
+++ b/src/assets/base.css
@@ -72,14 +72,18 @@
   transition:
     color 0.5s,
     background-color 0.5s;
-    
-  font-family:PingFang SC, PingFang SC;
+
+  font-family:
+    PingFang SC,
+    PingFang SC;
   font-size: 14px;
   text-rendering: optimizeLegibility;
   -webkit-font-smoothing: antialiased;
   -moz-osx-font-smoothing: grayscale;
+ 
 }
 
+
 ::-webkit-scrollbar {
   width: 8px;
   height: 10px;

--
Gitblit v1.9.1