forked from subframe7536/maple-font
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathconfig.json
More file actions
93 lines (93 loc) · 1.91 KB
/
config.json
File metadata and controls
93 lines (93 loc) · 1.91 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
{
"$schema": "./source/schema.json",
"family_name": "Maple Mono",
"use_hinted": true,
"pool_size": 4,
"enable_ligature": true,
"ttfautohint_param": {},
"github_mirror": "github.com",
"infinite_arrow": null,
"remove_tag_liga": false,
"weight_mapping": {
"thin": 100,
"extralight": 200,
"light": 300,
"regular": 400,
"medium": 500,
"semibold": 600,
"bold": 700,
"extrabold": 800
},
"line_height": 1.0,
"width": "default",
"feature_freeze": {
"cv01": "ignore",
"cv02": "ignore",
"cv03": "ignore",
"cv04": "ignore",
"cv05": "ignore",
"cv06": "ignore",
"cv07": "ignore",
"cv08": "ignore",
"cv09": "ignore",
"cv10": "ignore",
"cv11": "ignore",
"cv31": "ignore",
"cv32": "ignore",
"cv33": "ignore",
"cv34": "ignore",
"cv35": "ignore",
"cv36": "ignore",
"cv37": "ignore",
"cv38": "ignore",
"cv39": "ignore",
"cv40": "ignore",
"cv41": "ignore",
"cv42": "ignore",
"cv43": "ignore",
"cv44": "ignore",
"cv61": "ignore",
"cv62": "ignore",
"cv63": "ignore",
"cv64": "ignore",
"cv65": "ignore",
"cv66": "ignore",
"cv96": "ignore",
"cv97": "ignore",
"cv98": "ignore",
"cv99": "ignore",
"ss01": "ignore",
"ss02": "ignore",
"ss03": "ignore",
"ss04": "ignore",
"ss05": "ignore",
"ss06": "ignore",
"ss07": "ignore",
"ss08": "ignore",
"ss09": "ignore",
"ss10": "ignore",
"ss11": "ignore",
"zero": "ignore"
},
"nerd_font": {
"enable": true,
"version": "3.4.0",
"mono": false,
"propo": false,
"use_font_patcher": false,
"glyphs": [
"--complete"
],
"extra_args": []
},
"cn": {
"enable": false,
"with_nerd_font": true,
"fix_meta_table": true,
"clean_cache": false,
"narrow": false,
"use_hinted": false,
"use_static_base_font": true,
"scale_factor": 1.0
}
}