fix: arabic UI improvements
This commit is contained in:
@@ -22,6 +22,14 @@
|
||||
font-style: normal;
|
||||
}
|
||||
|
||||
@font-face {
|
||||
font-family: 'BalooBhaijaan';
|
||||
src: url('/fonts/arabic/BalooBhaijaan-Regular.woff2') format('woff2'),
|
||||
url('/fonts/arabic/BalooBhaijaan-Regular.woff') format('woff');
|
||||
font-weight: normal;
|
||||
font-style: normal;
|
||||
}
|
||||
|
||||
@font-face {
|
||||
font-family: 'Roboto Mono';
|
||||
src: url('/fonts/arabic/RobotoMono-Regular.woff2') format('woff2'),
|
||||
@@ -39,5 +47,12 @@ html:lang(ar), html:lang(fa) {
|
||||
& .headline, & .title {
|
||||
font-family: Tajawal, sans-serif !important;
|
||||
}
|
||||
|
||||
&.v-application--is-rtl {
|
||||
h1, h2, h3, h4, h5, h6 {
|
||||
font-family: BalooBhaijaan, sans-serif;
|
||||
font-weight: normal;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user