mirror of
https://github.com/StarCitizenTools/mediawiki-skins-Citizen.git
synced 2024-11-25 14:57:31 +00:00
e985f863bc
* Added support for Arabic fonts through Noto Naskh Arabic. * Added Noto Sans Arabic
19 lines
379 B
Plaintext
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';
|
|
}
|