refactor: Update font-family to Arimo for better readability and consistency
This commit is contained in:
@@ -19,7 +19,7 @@ function IndexOption() {
|
||||
algorithm:
|
||||
mode === "dark" ? theme.darkAlgorithm : theme.defaultAlgorithm,
|
||||
token: {
|
||||
fontFamily: i18n.language === "ru" ? "Onest" : "Inter"
|
||||
fontFamily: "Arimo"
|
||||
}
|
||||
}}
|
||||
renderEmpty={() => (
|
||||
|
||||
@@ -20,7 +20,7 @@ function IndexSidepanel() {
|
||||
algorithm:
|
||||
mode === "dark" ? theme.darkAlgorithm : theme.defaultAlgorithm,
|
||||
token: {
|
||||
fontFamily: i18n.language === "ru" ? "Onest" : "Inter"
|
||||
fontFamily: "Arimo"
|
||||
}
|
||||
}}
|
||||
renderEmpty={() => (
|
||||
|
||||
Reference in New Issue
Block a user