From 4c06683e95630bd03d50165e736849697cc90abf Mon Sep 17 00:00:00 2001 From: Timothy Jaeryang Baek Date: Mon, 12 May 2025 00:05:04 +0400 Subject: [PATCH] refac: Vazirmatn --- src/app.css | 2 +- src/tailwind.css | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/src/app.css b/src/app.css index 588247164..5cfdd8df0 100644 --- a/src/app.css +++ b/src/app.css @@ -81,7 +81,7 @@ textarea::placeholder { } .font-primary { - font-family: 'Archivo', sans-serif; + font-family: 'Archivo', 'Vazirmatn', sans-serif; } .drag-region { diff --git a/src/tailwind.css b/src/tailwind.css index bd9ce9915..bf191262f 100644 --- a/src/tailwind.css +++ b/src/tailwind.css @@ -23,8 +23,8 @@ @layer base { html, pre { - font-family: -apple-system, BlinkMacSystemFont, 'Inter', ui-sans-serif, system-ui, 'Segoe UI', - Roboto, Ubuntu, Cantarell, 'Vazirmatn', 'Noto Sans', sans-serif, 'Helvetica Neue', Arial, + font-family: -apple-system, BlinkMacSystemFont, 'Inter', 'Vazirmatn', ui-sans-serif, system-ui, + 'Segoe UI', Roboto, Ubuntu, Cantarell, 'Noto Sans', sans-serif, 'Helvetica Neue', Arial, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol', 'Noto Color Emoji'; }