mirror of
https://github.com/StarCitizenTools/mediawiki-skins-Citizen.git
synced 2024-11-26 15:24:22 +00:00
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';
|
||
|
}
|