mediawiki-skins-Citizen/resources/skins.citizen.styles.fonts.ar/ar.less
Eisa Ahmed e985f863bc
feat(ar): add support for Arabic fonts through Noto Arabic (#755)
* Added support for Arabic fonts through Noto Naskh Arabic.

* Added Noto Sans Arabic
2023-12-15 00:41:45 -05:00

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