mediawiki-skins-Citizen/resources/skins.citizen.styles.fonts.ar/index.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

19 lines
379 B
Plaintext

/*
* Name: Noto Sans Arabic
* Version: 568609b
* Link: https://github.com/notofonts/arabic/tree/main
* Axis: wdth, wght
*
* Name: Noto Naskh Arabic
* Version: 568609b
* Link: https://github.com/notofonts/arabic/tree/main
* Axis: wght
*/
@import 'ar.less';
:root {
--font-family-language-base: 'Noto Sans Arabic';
--font-family-language-serif: 'Noto Naskh Arabic';
}