From a137754f3d45400335990467a543e8e2ebcac12d Mon Sep 17 00:00:00 2001 From: lion <120344285@qq.com> Date: Fri, 28 Aug 2026 09:42:54 +0800 Subject: [PATCH] =?UTF-8?q?=E9=A6=96=E9=A1=B5logo=E7=AD=89?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- public/frontend/event-site.html | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/public/frontend/event-site.html b/public/frontend/event-site.html index 054db91..155825d 100644 --- a/public/frontend/event-site.html +++ b/public/frontend/event-site.html @@ -28,11 +28,11 @@ --white: #fff; --wrap: min(1280px, calc(100% - 64px)); --ease: cubic-bezier(.2,.8,.2,1); - --font-sans: "Heiti SC", "STHeiti", "PingFang SC", "Microsoft YaHei", "Microsoft YaHei UI", "微软雅黑", "Noto Sans SC", "Noto Sans CJK SC", sans-serif; - --font-serif: "Songti SC", "STSong", "SimSun", "NSimSun", serif; + --font-sans: "黑体"; + --font-serif: "宋体"; --font-small: var(--font-sans); --font-small-size: 14px; - --font-en: "Liberation Sans", "Noto Sans", sans-serif; + --font-en: var(--font-sans); } * { box-sizing: border-box; } html { width: 100%; min-height: 100%; overflow-x: hidden; scroll-behavior: smooth; } @@ -402,7 +402,7 @@ background-clip: text; -webkit-background-clip: text; border-radius: 0; - font-family: Arial, sans-serif; + font-family: var(--font-sans); font-size: clamp(150px, 22vw, 330px); font-weight: 800; line-height: .8; @@ -4912,7 +4912,7 @@ -webkit-background-clip: text !important; background-clip: text !important; clip-path: none; - font-family: Arial,sans-serif; + font-family: var(--font-sans); font-size: clamp(150px,20vw,300px) !important; font-weight: 800; line-height: .8;