refactor: Update font-family to Arimo for better readability and consistency

This commit is contained in:
n4ze3m
2024-06-10 20:47:20 +05:30
parent dc5ccd43ca
commit 8b2e2baeb4
8 changed files with 22 additions and 34 deletions

View File

@@ -19,7 +19,7 @@ function IndexOption() {
algorithm:
mode === "dark" ? theme.darkAlgorithm : theme.defaultAlgorithm,
token: {
fontFamily: i18n.language === "ru" ? "Onest" : "Inter"
fontFamily: "Arimo"
}
}}
renderEmpty={() => (

View File

@@ -20,7 +20,7 @@ function IndexSidepanel() {
algorithm:
mode === "dark" ? theme.darkAlgorithm : theme.defaultAlgorithm,
token: {
fontFamily: i18n.language === "ru" ? "Onest" : "Inter"
fontFamily: "Arimo"
}
}}
renderEmpty={() => (