From 17388fa7ecd1f3ebadad470a463573a1cfe4468f Mon Sep 17 00:00:00 2001
From: zmc <zmc_li@foxmail.com>
Date: 星期四, 31 八月 2023 11:29:31 +0800
Subject: [PATCH] 扬尘Vue

---
 src/components/layout/AppLayout.vue |    4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)

diff --git a/src/components/layout/AppLayout.vue b/src/components/layout/AppLayout.vue
index 4c2e72a..c946660 100644
--- a/src/components/layout/AppLayout.vue
+++ b/src/components/layout/AppLayout.vue
@@ -41,6 +41,8 @@
   padding: 0;
   // overflow-y: hidden;
 }
-
+* {
+  font-family: 'KaiGenGothicSC-Light';
+}
 </style>
 

--
Gitblit v1.9.3