7 lines
203 B
CSS
Raw Permalink Normal View History

2025-03-26 13:52:39 +08:00
/* 引用本地字体 */
2025-03-03 18:59:57 +08:00
@font-face {
2025-03-26 13:52:39 +08:00
font-family: 'Pacifico';
src: url('../font/Pacifico.ttf') format('truetype'); /* 自定义 .ttf 字体 */
2025-03-03 18:59:57 +08:00
font-weight: normal;
font-style: normal;
}