我没改好吧

This commit is contained in:
张梦南 2025-03-03 19:08:08 +08:00
parent 742346ea7a
commit 6311811bf3

View File

@ -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;
}