Browse Source

feat: include Vazirmatn fro rtl

pull/2028/head
Wing-Kam Wong 2 years ago
parent
commit
332c34efb3
  1. 10
      packages/nc-gui/assets/css/global.css

10
packages/nc-gui/assets/css/global.css

@ -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;
}
Loading…
Cancel
Save