mirror of
https://github.com/StarCitizenTools/mediawiki-skins-Citizen.git
synced 2024-11-15 18:40:05 +00:00
685a3ad1c4
It will improve the performance in module registration and also caching
23 lines
460 B
Plaintext
23 lines
460 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';
|