fix: arabic UI improvements

This commit is contained in:
Nick
2019-08-11 00:12:07 -04:00
parent 2d2cf90514
commit 0d9c7be909
5 changed files with 42 additions and 12 deletions

View File

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