Files
bridget/assets/scss/_core/_font.scss
Sped0n 144132ae72 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
2023-10-30 15:51:17 +08:00

7 lines
159 B
SCSS

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