Skip to content

Commit 5fb5890

Browse files
authored
fix(fonts): add Vazirmatn src to css font-face (@nadalaba) (monkeytypegame#6971)
1 parent 81e2f93 commit 5fb5890

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

frontend/src/styles/fonts.scss

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
@use "sass:map";
22

3+
@font-face {
4+
font-family: "Vazirmatn";
5+
font-style: normal;
6+
font-weight: 400;
7+
font-display: block;
8+
src: url("/webfonts/Vazirmatn-Regular.woff2") format("woff2");
9+
}
10+
311
@each $font, $config in $fonts {
412
$dir: "webfonts";
513
$previewDir: "webfonts-preview";

0 commit comments

Comments
 (0)