mirror of
https://github.com/StarCitizenTools/mediawiki-skins-Citizen.git
synced 2024-11-15 10:38:19 +00:00
e985f863bc
* Added support for Arabic fonts through Noto Naskh Arabic. * Added Noto Sans Arabic
20 lines
442 B
Plaintext
20 lines
442 B
Plaintext
/* stylelint-disable function-url-quotes */
|
|
|
|
/* [0] */
|
|
@font-face {
|
|
font-family: 'Noto Sans Arabic';
|
|
font-style: normal;
|
|
font-weight: 100 1000;
|
|
src: url( 'fonts/NotoSansArabic.woff2' ) format( 'woff2-variations' );
|
|
font-display: swap;
|
|
}
|
|
|
|
/* [1] */
|
|
@font-face {
|
|
font-family: 'Noto Naskh Arabic';
|
|
font-style: normal;
|
|
font-weight: 100 1000;
|
|
src: url( 'fonts/NotoNaskhArabic.woff2' ) format( 'woff2-variations' );
|
|
font-display: swap;
|
|
}
|