mirror of https://github.com/requarks/wiki
parent
c4629419d3
commit
577a061033
@ -1,55 +0,0 @@
|
|||||||
@font-face {
|
|
||||||
font-family: 'Roboto';
|
|
||||||
src: url('/fonts/Roboto-MediumItalic.woff2') format('woff2'),
|
|
||||||
url('/fonts/Roboto-MediumItalic.woff') format('woff');
|
|
||||||
font-weight: 500;
|
|
||||||
font-style: italic;
|
|
||||||
}
|
|
||||||
|
|
||||||
@font-face {
|
|
||||||
font-family: 'Roboto';
|
|
||||||
src: url('/fonts/Roboto-Italic.woff2') format('woff2'),
|
|
||||||
url('/fonts/Roboto-Italic.woff') format('woff');
|
|
||||||
font-weight: normal;
|
|
||||||
font-style: italic;
|
|
||||||
}
|
|
||||||
|
|
||||||
@font-face {
|
|
||||||
font-family: 'Roboto';
|
|
||||||
src: url('/fonts/Roboto-Bold.woff2') format('woff2'),
|
|
||||||
url('/fonts/Roboto-Bold.woff') format('woff');
|
|
||||||
font-weight: bold;
|
|
||||||
font-style: normal;
|
|
||||||
}
|
|
||||||
|
|
||||||
@font-face {
|
|
||||||
font-family: 'Roboto';
|
|
||||||
src: url('/fonts/Roboto-Regular.woff2') format('woff2'),
|
|
||||||
url('/fonts/Roboto-Regular.woff') format('woff');
|
|
||||||
font-weight: normal;
|
|
||||||
font-style: normal;
|
|
||||||
}
|
|
||||||
|
|
||||||
@font-face {
|
|
||||||
font-family: 'Roboto';
|
|
||||||
src: url('/fonts/Roboto-BoldItalic.woff2') format('woff2'),
|
|
||||||
url('/fonts/Roboto-BoldItalic.woff') format('woff');
|
|
||||||
font-weight: bold;
|
|
||||||
font-style: italic;
|
|
||||||
}
|
|
||||||
|
|
||||||
@font-face {
|
|
||||||
font-family: 'Roboto';
|
|
||||||
src: url('/fonts/Roboto-Medium.woff2') format('woff2'),
|
|
||||||
url('/fonts/Roboto-Medium.woff') format('woff');
|
|
||||||
font-weight: 500;
|
|
||||||
font-style: normal;
|
|
||||||
}
|
|
||||||
|
|
||||||
@font-face {
|
|
||||||
font-family: 'Roboto Mono';
|
|
||||||
src: url('/fonts/RobotoMono-Regular.woff2') format('woff2'),
|
|
||||||
url('/fonts/RobotoMono-Regular.woff') format('woff');
|
|
||||||
font-weight: normal;
|
|
||||||
font-style: normal;
|
|
||||||
}
|
|
@ -0,0 +1,43 @@
|
|||||||
|
@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;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
@ -0,0 +1,55 @@
|
|||||||
|
@font-face {
|
||||||
|
font-family: 'Roboto';
|
||||||
|
src: url('/fonts/default/Roboto-MediumItalic.woff2') format('woff2'),
|
||||||
|
url('/fonts/default/Roboto-MediumItalic.woff') format('woff');
|
||||||
|
font-weight: 500;
|
||||||
|
font-style: italic;
|
||||||
|
}
|
||||||
|
|
||||||
|
@font-face {
|
||||||
|
font-family: 'Roboto';
|
||||||
|
src: url('/fonts/default/Roboto-Italic.woff2') format('woff2'),
|
||||||
|
url('/fonts/default/Roboto-Italic.woff') format('woff');
|
||||||
|
font-weight: normal;
|
||||||
|
font-style: italic;
|
||||||
|
}
|
||||||
|
|
||||||
|
@font-face {
|
||||||
|
font-family: 'Roboto';
|
||||||
|
src: url('/fonts/default/Roboto-Bold.woff2') format('woff2'),
|
||||||
|
url('/fonts/default/Roboto-Bold.woff') format('woff');
|
||||||
|
font-weight: bold;
|
||||||
|
font-style: normal;
|
||||||
|
}
|
||||||
|
|
||||||
|
@font-face {
|
||||||
|
font-family: 'Roboto';
|
||||||
|
src: url('/fonts/default/Roboto-Regular.woff2') format('woff2'),
|
||||||
|
url('/fonts/default/Roboto-Regular.woff') format('woff');
|
||||||
|
font-weight: normal;
|
||||||
|
font-style: normal;
|
||||||
|
}
|
||||||
|
|
||||||
|
@font-face {
|
||||||
|
font-family: 'Roboto';
|
||||||
|
src: url('/fonts/default/Roboto-BoldItalic.woff2') format('woff2'),
|
||||||
|
url('/fonts/default/Roboto-BoldItalic.woff') format('woff');
|
||||||
|
font-weight: bold;
|
||||||
|
font-style: italic;
|
||||||
|
}
|
||||||
|
|
||||||
|
@font-face {
|
||||||
|
font-family: 'Roboto';
|
||||||
|
src: url('/fonts/default/Roboto-Medium.woff2') format('woff2'),
|
||||||
|
url('/fonts/default/Roboto-Medium.woff') format('woff');
|
||||||
|
font-weight: 500;
|
||||||
|
font-style: normal;
|
||||||
|
}
|
||||||
|
|
||||||
|
@font-face {
|
||||||
|
font-family: 'Roboto Mono';
|
||||||
|
src: url('/fonts/default/RobotoMono-Regular.woff2') format('woff2'),
|
||||||
|
url('/fonts/default/RobotoMono-Regular.woff') format('woff');
|
||||||
|
font-weight: normal;
|
||||||
|
font-style: normal;
|
||||||
|
}
|
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Loading…
Reference in new issue