feat: include Vazirmatn fro rtl

This commit is contained in:
Wing-Kam Wong
2022-05-12 19:04:40 +08:00
parent 31f90ef761
commit 332c34efb3

View File

@@ -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;
}