-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathprivate-build-plans.toml
75 lines (65 loc) · 1.39 KB
/
private-build-plans.toml
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
[buildPlans.iosevka-custom] # <iosevka-custom> is your plan name
family = "XD" # Font menu family name
design = [
"common styles",
'v-y-curly',
'v-g-singlestorey',
'v-a-singlestorey',
'v-brace-straight'
]
upright = [
"upright-only",
"styles",
'v-y-curly',
'v-g-singlestorey',
'v-a-singlestorey',
'v-brace-straight'
]
italic = ["italic-only", "styles"] # Italic-only styles
oblique = ["oblique-only", "styles"] # Oblique-only styles
# Override default building weights
# When buildPlans.<plan name>.weights is absent
# All weights would built and mapped to default shape/CSS
# [weights.thin]
# shape = 100
# menu = 100
# css = 100
[weights.extralight]
shape = 200
menu = 200
css = 200
[weights.light]
shape = 300
menu = 300
css = 300
[weights.regular]
shape = 400
menu = 400
css = 400
[weights.medium]
shape = 500
menu = 500
css = 500
[weights.semibold]
shape = 600
menu = 600
css = 600
# [weights.bold]
# shape = 700
# menu = 700
# css = 700
[weights.extrabold]
shape = 800
menu = 800
css = 800
[weights.heavy]
shape = 900
menu = 900
css = 900
# Override default building slant sets
# Format: <upright|italic|oblique> = <"normal"|"italic"|"oblique">
# When this section is absent, all slants would be built.
[buildPlans.iosevka-custom.slants]
upright = "normal"
italic = "italic"
oblique = "oblique"