2019-08-10 16:18:14 +00:00
|
|
|
@font-face {
|
|
|
|
font-family: 'Tajawal';
|
2020-05-15 21:05:11 +00:00
|
|
|
src: url('/_assets/fonts/arabic/Tajawal-Bold.woff2') format('woff2'),
|
|
|
|
url('/_assets/fonts/arabic/Tajawal-Bold.woff') format('woff');
|
2019-08-10 16:18:14 +00:00
|
|
|
font-weight: bold;
|
|
|
|
font-style: normal;
|
|
|
|
}
|
|
|
|
|
|
|
|
@font-face {
|
|
|
|
font-family: 'Tajawal';
|
2020-05-15 21:05:11 +00:00
|
|
|
src: url('/_assets/fonts/arabic/Tajawal-Regular.woff2') format('woff2'),
|
|
|
|
url('/_assets/fonts/arabic/Tajawal-Regular.woff') format('woff');
|
2019-08-10 16:18:14 +00:00
|
|
|
font-weight: normal;
|
|
|
|
font-style: normal;
|
|
|
|
}
|
|
|
|
|
|
|
|
@font-face {
|
|
|
|
font-family: 'Tajawal';
|
2020-05-15 21:05:11 +00:00
|
|
|
src: url('/_assets/fonts/arabic/Tajawal-Medium.woff2') format('woff2'),
|
|
|
|
url('/_assets/fonts/arabic/Tajawal-Medium.woff') format('woff');
|
2019-08-10 16:18:14 +00:00
|
|
|
font-weight: 500;
|
|
|
|
font-style: normal;
|
|
|
|
}
|
|
|
|
|
2019-08-11 04:12:07 +00:00
|
|
|
@font-face {
|
|
|
|
font-family: 'BalooBhaijaan';
|
2020-05-15 21:05:11 +00:00
|
|
|
src: url('/_assets/fonts/arabic/BalooBhaijaan-Regular.woff2') format('woff2'),
|
|
|
|
url('/_assets/fonts/arabic/BalooBhaijaan-Regular.woff') format('woff');
|
2019-08-11 04:12:07 +00:00
|
|
|
font-weight: normal;
|
|
|
|
font-style: normal;
|
|
|
|
}
|
|
|
|
|
2019-08-10 16:18:14 +00:00
|
|
|
@font-face {
|
|
|
|
font-family: 'Roboto Mono';
|
2020-06-02 02:14:57 +00:00
|
|
|
src: url('/_assets/fonts/default/RobotoMono-Regular.woff2') format('woff2'),
|
|
|
|
url('/_assets/fonts/default/RobotoMono-Regular.woff') format('woff');
|
2019-08-10 16:18:14 +00:00
|
|
|
font-weight: normal;
|
|
|
|
font-style: normal;
|
|
|
|
}
|
|
|
|
|
2020-05-11 17:38:42 +00:00
|
|
|
html:lang(ar) {
|
2019-08-10 16:18:14 +00:00
|
|
|
font-family: Tajawal, sans-serif;
|
|
|
|
|
|
|
|
.v-application {
|
|
|
|
font-family: Tajawal, sans-serif;
|
|
|
|
|
|
|
|
& .headline, & .title {
|
|
|
|
font-family: Tajawal, sans-serif !important;
|
|
|
|
}
|
2019-08-11 04:12:07 +00:00
|
|
|
|
|
|
|
&.v-application--is-rtl {
|
|
|
|
h1, h2, h3, h4, h5, h6 {
|
|
|
|
font-family: BalooBhaijaan, sans-serif;
|
|
|
|
font-weight: normal;
|
|
|
|
}
|
|
|
|
}
|
2019-08-10 16:18:14 +00:00
|
|
|
}
|
|
|
|
}
|