feat: 优化字体加载方式

This commit is contained in:
first19326 2023-11-11 21:17:29 +08:00
parent b7947467e1
commit 704d446328

View File

@ -38,11 +38,13 @@ p {
// 字体文件
@font-face {
font-family: "Pacifico-Regular";
font-display: swap;
src: url("/font/Pacifico-Regular.ttf") format("truetype");
}
@font-face {
font-family: "UnidreamLED";
font-display: swap;
src: url("/font/UnidreamLED.ttf") format("truetype");
}