mirror of
https://github.com/StarCitizenTools/mediawiki-skins-Citizen.git
synced 2024-11-15 10:38:19 +00:00
8e272a5bd4
* Subset using Google Fonts unicode range * Include opsz and GRAD axis
23 lines
458 B
Plaintext
23 lines
458 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';
|