fix(fonts): update font file path in _font.scss to use the new woff2 file format

fix(fonts): remove HelveticaNowText-Regular.woff font file and add HelveticaNowText-Regular.woff2 font file
This commit is contained in:
Sped0n
2023-10-30 15:51:17 +08:00
parent 2022c7f03a
commit 144132ae72
3 changed files with 1 additions and 1 deletions

View File

@@ -1,6 +1,6 @@
@font-face {
font-family: HelveticaNow;
src: url('/fonts/HelveticaNowText-Regular.woff') format('woff');
src: url('/lib/fonts/HelveticaNowText-Regular.woff2') format('woff2');
font-weight: 400;
font-style: normal;
}

Binary file not shown.