From 38d36c41dbb11f269780e3cc955d58b3515ee08a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=9D=8E=E5=AF=BB=E6=AC=A2?= Date: Mon, 5 Feb 2024 16:03:55 +0800 Subject: [PATCH] =?UTF-8?q?=E5=AD=97=E4=BD=93=E4=BC=98=E5=8C=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/assets/fonts/index.scss | 11 +++++++++-- src/layout/components/sidebar/logo.vue | 4 ++-- 2 files changed, 11 insertions(+), 4 deletions(-) diff --git a/src/assets/fonts/index.scss b/src/assets/fonts/index.scss index a57f895..d11d676 100644 --- a/src/assets/fonts/index.scss +++ b/src/assets/fonts/index.scss @@ -2,13 +2,20 @@ font-family: "阿里巴巴普惠体"; font-style: normal; font-weight: 300; - src: url("https://minio.ltd/fonts/Alibaba_PuHuiTi_2.0_55_Regular_55_Regular.ttf"); + src: url("https://files.xinli000.com/fonts/Alibaba_PuHuiTi_2.0_55_Regular.ttf"); } @font-face { font-family: "哥特黑白无常"; font-style: normal; font-weight: 300; - src: url("https://minio.ltd/fonts/gthbwc.ttf"); + src: url("https://files.xinli000.com/fonts/gthbwc.ttf"); +} + +@font-face { + font-family: "荆南波波黑"; + font-style: normal; + font-weight: 300; + src: url("https://files.xinli000.com/fonts/BOBOHEI-2.woff2") format("woff2"); } diff --git a/src/layout/components/sidebar/logo.vue b/src/layout/components/sidebar/logo.vue index 0d2cab0..2425b37 100644 --- a/src/layout/components/sidebar/logo.vue +++ b/src/layout/components/sidebar/logo.vue @@ -55,12 +55,12 @@ const { title } = useNav(); } .sidebar-title { - font-family: "哥特黑白无常", system-ui !important; + font-family: "荆南波波黑", system-ui !important; display: inline-block; height: 28px; margin: 2px 0 0 12px; overflow: hidden; - font-size: 20px; + font-size: 23px; font-weight: 600; line-height: 32px; color: $subMenuActiveText;