diff --git a/assets/scss/_core/_font.scss b/assets/scss/_core/_font.scss index b9bd1fa..b07a491 100644 --- a/assets/scss/_core/_font.scss +++ b/assets/scss/_core/_font.scss @@ -1,7 +1,8 @@ @font-face { font-family: 'Geist'; src: - url('{{- "lib/fonts/GeistVF.woff2" | absURL -}}') format('woff2 supports variations'), + 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;