Files
bridget/assets/scss/_core/_font.scss
Sped0n 7b48cf6e91 chore(font.scss): update font-face declaration for 'Geist' font and add font-display property for better font loading performance
chore(font.scss): add font-face declaration for 'fw' font and set font-display property for better font loading performance
chore(typography.scss): update font-family property for body element to use 'Geist' font as the primary font
chore(typography.scss): update font-family property for button element to use 'fw' font as the primary font
2023-11-01 23:02:37 +08:00

14 lines
264 B
SCSS

@font-face {
font-family: 'Geist';
src: url('/lib/fonts/GeistVF.woff2') format('woff2');
font-weight: 90;
font-style: normal;
font-display: swap;
}
@font-face {
font-family: 'fw';
src: url('/lib/fonts/fw.svg') format('svg');
font-display: swap;
}