Add letter-spacing override for languages written in the Arabic script

This commit is contained in:
root
2022-02-14 00:10:35 +05:30
parent 6f2d79171c
commit 01a74aadb7
+4
View File
@@ -45,6 +45,10 @@
.arabic-script {
@include addFonts('Noto Naskh Arabic');
.v-btn {
letter-spacing: 0 !important;
}
}
.v-application {