mirror of
https://github.com/monkeytypegame/monkeytype.git
synced 2025-10-15 01:56:18 +08:00
fix(fonts): add Vazirmatn src to css font-face (@NadAlaba) (#6971)
This commit is contained in:
parent
81e2f93a97
commit
5fb5890c56
1 changed files with 8 additions and 0 deletions
|
@ -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";
|
||||
|
|
Loading…
Add table
Reference in a new issue