refac: Vazirmatn

This commit is contained in:
Timothy Jaeryang Baek 2025-05-12 00:05:04 +04:00
parent c56d6963b0
commit 4c06683e95
2 changed files with 3 additions and 3 deletions

View File

@ -81,7 +81,7 @@ textarea::placeholder {
} }
.font-primary { .font-primary {
font-family: 'Archivo', sans-serif; font-family: 'Archivo', 'Vazirmatn', sans-serif;
} }
.drag-region { .drag-region {

View File

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