Add Helvetica-Light-05 font files in TTF, WOFF, and WOFF2 formats
All checks were successful
/ build-and-deploy-to-vercel (push) Successful in 3m25s
/ surge (push) Successful in 2m49s
/ playwright (push) Successful in 1m24s
/ lint-build-and-check (push) Successful in 5m29s

This commit is contained in:
严浩
2025-04-25 12:04:05 +08:00
parent e9c59a3634
commit e10538baca
7 changed files with 2914 additions and 0 deletions

View File

@ -0,0 +1,12 @@
@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; /* 推荐 */
}