fix(fonts): add Vazirmatn src to css font-face (@NadAlaba) (#6971)

This commit is contained in:
Nad Alaba 2025-09-19 19:02:31 +03:00 committed by GitHub
parent 81e2f93a97
commit 5fb5890c56
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -1,5 +1,13 @@
@use "sass:map";
@font-face {
font-family: "Vazirmatn";
font-style: normal;
font-weight: 400;
font-display: block;
src: url("/webfonts/Vazirmatn-Regular.woff2") format("woff2");
}
@each $font, $config in $fonts {
$dir: "webfonts";
$previewDir: "webfonts-preview";