7 lines
203 B
CSS
Raw Normal View History

2025-04-05 21:06:01 +08:00
/* 引用本地字体 */
@font-face {
font-family: 'Pacifico';
src: url('../font/Pacifico.ttf') format('truetype'); /* 自定义 .ttf 字体 */
font-weight: normal;
font-style: normal;
}