mirror of
https://github.com/StarCitizenTools/mediawiki-skins-Citizen.git
synced 2024-11-15 02:24:04 +00:00
27 lines
516 B
Plaintext
27 lines
516 B
Plaintext
/*
|
|
* Name: Noto Sans CJK VF
|
|
* Version: a99a435
|
|
* Link: https://github.com/googlefonts/noto-cjk/tree/main/Sans
|
|
* Subset: Google Fonts Slicing Patterns: https://github.com/black7375/font-range
|
|
* Axis: wght
|
|
*/
|
|
|
|
/* Japanese */
|
|
@import 'cjk-jp.less';
|
|
|
|
/* Korean */
|
|
@import 'cjk-kr.less';
|
|
|
|
/* Simplified Chinese */
|
|
@import 'cjk-sc.less';
|
|
|
|
/* Traditional Chinese - Taiwan */
|
|
@import 'cjk-tc.less';
|
|
|
|
/* Traditional Chinese - Hong Kong */
|
|
@import 'cjk-hk.less';
|
|
|
|
:root {
|
|
--font-family-language-base: 'Noto Sans CJK';
|
|
}
|