PinPuYi.vue
All checks were successful
/ build-and-deploy-to-vercel (push) Successful in 2m54s
/ surge (push) Successful in 2m49s
/ playwright (push) Successful in 1m2s
/ cleanup_surge (push) Successful in 15s
/ lint-build-and-check (push) Successful in 5m19s

This commit is contained in:
严浩
2025-04-27 17:20:41 +08:00
parent c6f27856ef
commit e2c2cb165a
3 changed files with 304 additions and 65 deletions

View File

@ -1,12 +1,13 @@
@font-face {
font-family: 'Helvetica Custom';
src: url('fonts/Helvetica-Light-05.eot');
src: url('fonts/Helvetica-Light-05.eot?#iefix') format('embedded-opentype'),
url('fonts/Helvetica-Light-05.woff2') format('woff2'),
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; /* 推荐 */
}
font-family: 'Helvetica Custom';
src: url('fonts/Helvetica-Light-05.eot');
src:
url('fonts/Helvetica-Light-05.eot?#iefix') format('embedded-opentype'),
url('fonts/Helvetica-Light-05.woff2') format('woff2'),
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; /* 推荐 */
}