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;