From 6311811bf306afd33526d2581651488ce90d6c1a Mon Sep 17 00:00:00 2001 From: Cx330 <1487537121@qq.com> Date: Mon, 3 Mar 2025 19:08:08 +0800 Subject: [PATCH] =?UTF-8?q?=E6=88=91=E6=B2=A1=E6=94=B9=E5=A5=BD=E5=90=A7?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- css/font.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/css/font.css b/css/font.css index 814c666..941562f 100644 --- a/css/font.css +++ b/css/font.css @@ -1,7 +1,7 @@ /* 使用 @font-face 引用本地字体 */ @font-face { font-family: 'Pacifico'; /* 字体名称 */ - src: url('../font/Pacifico.ttf') format('truetype'); /* 设置 .ttf 格式 */ + src: url('../font/Pacifico.ttf') format('truetype'); /* 设置 .ttf 字体 */ font-weight: normal; font-style: normal; } \ No newline at end of file