mirror of
https://github.com/nocodb/nocodb.git
synced 2026-04-29 05:06:35 +00:00
feat: include Vazirmatn fro rtl
This commit is contained in:
@@ -9,7 +9,7 @@ html {
|
||||
box-sizing: border-box;
|
||||
}
|
||||
body {
|
||||
font-family: "Source Sans Pro", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
|
||||
font-family: "Source Sans Pro", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, Vazirmatn, sans-serif;
|
||||
}
|
||||
*, *:before, *:after {
|
||||
box-sizing: border-box;
|
||||
@@ -32,3 +32,11 @@ body {
|
||||
background-color: var(--secondary);
|
||||
color: #000;
|
||||
}
|
||||
|
||||
/*
|
||||
Apply Vazirmatn for rtl
|
||||
*/
|
||||
|
||||
.rtl .v-application .v-application--wrap * {
|
||||
font-family: Vazirmatn !important;
|
||||
}
|
||||
Reference in New Issue
Block a user