mirror of https://github.com/requarks/wiki
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
44 lines
1.1 KiB
44 lines
1.1 KiB
5 years ago
|
@font-face {
|
||
|
font-family: 'Tajawal';
|
||
|
src: url('/fonts/arabic/Tajawal-Bold.woff2') format('woff2'),
|
||
|
url('/fonts/arabic/Tajawal-Bold.woff') format('woff');
|
||
|
font-weight: bold;
|
||
|
font-style: normal;
|
||
|
}
|
||
|
|
||
|
@font-face {
|
||
|
font-family: 'Tajawal';
|
||
|
src: url('/fonts/arabic/Tajawal-Regular.woff2') format('woff2'),
|
||
|
url('/fonts/arabic/Tajawal-Regular.woff') format('woff');
|
||
|
font-weight: normal;
|
||
|
font-style: normal;
|
||
|
}
|
||
|
|
||
|
@font-face {
|
||
|
font-family: 'Tajawal';
|
||
|
src: url('/fonts/arabic/Tajawal-Medium.woff2') format('woff2'),
|
||
|
url('/fonts/arabic/Tajawal-Medium.woff') format('woff');
|
||
|
font-weight: 500;
|
||
|
font-style: normal;
|
||
|
}
|
||
|
|
||
|
@font-face {
|
||
|
font-family: 'Roboto Mono';
|
||
|
src: url('/fonts/arabic/RobotoMono-Regular.woff2') format('woff2'),
|
||
|
url('/fonts/arabic/RobotoMono-Regular.woff') format('woff');
|
||
|
font-weight: normal;
|
||
|
font-style: normal;
|
||
|
}
|
||
|
|
||
|
html:lang(ar), html:lang(fa) {
|
||
|
font-family: Tajawal, sans-serif;
|
||
|
|
||
|
.v-application {
|
||
|
font-family: Tajawal, sans-serif;
|
||
|
|
||
|
& .headline, & .title {
|
||
|
font-family: Tajawal, sans-serif !important;
|
||
|
}
|
||
|
}
|
||
|
}
|