mirror of https://github.com/nocodb/nocodb
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
33 lines
620 B
33 lines
620 B
html { |
|
font-size: 16px; |
|
word-spacing: 1px; |
|
-ms-text-size-adjust: 100%; |
|
-webkit-text-size-adjust: 100%; |
|
-moz-osx-font-smoothing: grayscale; |
|
-webkit-font-smoothing: antialiased; |
|
box-sizing: border-box; |
|
} |
|
|
|
body , * { |
|
font-family: 'Inter', 'Source Sans Pro', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, Vazirmatn, |
|
sans-serif; |
|
} |
|
|
|
/* |
|
Apply Vazirmatn for rtl |
|
*/ |
|
|
|
.rtl .v-application *:not(.material-icons) { |
|
font-family: Vazirmatn !important; |
|
} |
|
|
|
.rtl .v-application .ml-n1 { |
|
margin-left: 0px !important; |
|
} |
|
|
|
/* |
|
For Drag and Drop |
|
*/ |
|
.grabbing * { |
|
cursor: grabbing; |
|
} |