feat: Vazirmatn font for Persian and Arabic languages

This commit is contained in:
Timothy Jaeryang Baek 2025-05-07 22:31:59 +04:00
parent b50dcb1862
commit 0f40cb0de4
3 changed files with 7 additions and 1 deletions

View File

@ -24,6 +24,12 @@
font-display: swap;
}
@font-face {
font-family: 'Vazirmatn';
src: url('/assets/fonts/Vazirmatn-Variable.ttf');
font-display: swap;
}
html {
word-break: break-word;
}

View File

@ -24,7 +24,7 @@
html,
pre {
font-family: -apple-system, BlinkMacSystemFont, 'Inter', ui-sans-serif, system-ui, 'Segoe UI',
Roboto, Ubuntu, Cantarell, 'Noto Sans', sans-serif, 'Helvetica Neue', Arial,
Roboto, Ubuntu, Cantarell, 'Vazirmatn', 'Noto Sans', sans-serif, 'Helvetica Neue', Arial,
'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol', 'Noto Color Emoji';
}

Binary file not shown.