maple-font/config.json

52 lines
1 KiB
JSON
Raw Permalink Normal View History

2024-07-09 08:48:01 +00:00
{
"$schema": "./source/schema.json",
"family_name": "Maple Mono",
"use_hinted": true,
2024-07-28 05:05:01 +00:00
"pool_size": 4,
"ligature": true,
2024-07-27 14:28:49 +00:00
"feature_freeze": {
"cv01": "ignore",
2025-03-02 03:35:34 +00:00
"cv02": "enable",
2024-07-27 14:28:49 +00:00
"cv03": "ignore",
"cv04": "ignore",
2024-10-13 11:14:59 +00:00
"cv31": "ignore",
"cv32": "ignore",
"cv33": "ignore",
"cv34": "ignore",
"cv35": "ignore",
"cv36": "ignore",
"cv96": "ignore",
"cv97": "ignore",
2024-07-27 14:28:49 +00:00
"cv98": "ignore",
"cv99": "ignore",
2025-03-02 03:35:34 +00:00
"ss01": "enable",
"ss02": "enable",
"ss03": "enable",
"ss04": "enable",
"ss05": "enable",
2024-10-13 11:14:59 +00:00
"ss06": "ignore",
"ss07": "ignore",
2024-10-27 07:57:55 +00:00
"ss08": "ignore",
"zero": "ignore"
},
2024-07-09 08:48:01 +00:00
"nerd_font": {
"enable": true,
2024-12-04 14:27:12 +00:00
"version": "3.3.0",
2024-07-09 08:48:01 +00:00
"mono": false,
"use_font_patcher": false,
"glyphs": [
"--complete"
],
"extra_args": []
},
"cn": {
2024-12-03 10:02:41 +00:00
"enable": false,
2024-07-09 08:48:01 +00:00
"with_nerd_font": true,
"fix_meta_table": true,
"clean_cache": false,
2024-09-14 07:51:38 +00:00
"narrow": false,
"use_hinted": false,
2024-12-04 01:09:41 +00:00
"use_static_base_font": true
2024-07-09 08:48:01 +00:00
}
2025-03-02 03:35:34 +00:00
}