PinPuYi
Some checks failed
/ build-and-deploy-to-vercel (push) Successful in 3m1s
/ playwright (push) Failing after 2m21s
/ cleanup_surge (push) Has been skipped
/ surge (push) Successful in 2m50s
/ lint-build-and-check (push) Successful in 5m33s

This commit is contained in:
严浩
2025-04-28 17:44:11 +08:00
parent 5fe08b0741
commit 6299b6d45f
3 changed files with 150 additions and 122 deletions

View File

@ -1,5 +1,7 @@
@font-face {
font-family: 'Helvetica Custom';
font-style: normal;
font-weight: 400; /* 400 通常代表 'normal' 或 'regular' */
src: url('fonts/Helvetica-Light-05.eot');
src:
url('fonts/Helvetica-Light-05.eot?#iefix') format('embedded-opentype'),
@ -7,7 +9,5 @@
url('fonts/Helvetica-Light-05.woff') format('woff'),
url('fonts/Helvetica-Light-05.ttf') format('truetype'),
url('fonts/Helvetica-Light-05.svg#Helvetica') format('svg');
font-weight: 400; /* 400 通常代表 'normal' 或 'regular' */
font-style: normal;
font-display: swap; /* 推荐 */
}