Files
bridget/assets/scss/_core/_font.scss
2025-11-12 17:14:20 +08:00

19 lines
459 B
SCSS

@font-face {
font-family: 'Geist';
src:
url('{{- "lib/fonts/GeistVF.woff2" | absURL -}}')
format('woff2 supports variations'),
url('{{- "lib/fonts/GeistVF.woff2" | absURL -}}') format('woff2-variations');
font-weight: 400;
font-style: normal;
font-display: swap;
}
@font-face {
font-family: 'FW';
src: url('{{- "lib/fonts/fw.woff2" | absURL -}}') format('woff2');
font-weight: 400;
font-style: normal;
font-display: swap;
}