-
Notifications
You must be signed in to change notification settings - Fork 1
/
private-build-plans.toml
106 lines (88 loc) · 2.59 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
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
# --- Nova Font ---
# To build everything: npm run build -- contents::nova
# To build unhinted TTF only: npm run build -- ttf-unhinted::nova
# To build TTF only (recommended): npm run build -- ttf::nova
# More info: https://github.com/be5invis/Iosevka/blob/main/doc/custom-build.md
# Nova (w/o ligatures)
[buildPlans.nova]
family = "Nova"
spacing = "normal"
serifs = "sans"
no-cv-ss = false
export-glyph-names = false
no-ligation = true
[buildPlans.nova.variants]
inherits = "ss17"
[buildPlans.nova.variants.design]
paren = "flat-arc"
question = "corner"
asterisk = "penta-mid"
ampersand = "closed"
brace = "curly-flat-boundary"
dollar = "open"
at = "threefold"
caret = "high"
capital-f = "serifless"
capital-w = "curly-serifless"
k = "curly-serifless"
f = "flat-hook-tailed"
r = "corner-hooked-serifed"
x = "curly-serifless"
t = "standard"
a = "double-storey-tailed"
w = "curly-serifless"
four = "semi-open"
g = "single-storey-serifless"
v = "curly-motion-serifed"
m = "top-left-serifed"
lig-double-arrow-bar = "without-notch"
[buildPlans.nova.variants.italic]
f = "tailed"
k = "cursive-serifless"
m = "top-left-serifed"
i = "serifed"
[buildPlans.nova.widths.normal]
shape = 600
menu = 5
css = "normal"
# Nova (w/ ligatures)
[buildPlans.nova-lig]
family = "Nova"
spacing = "normal"
serifs = "sans"
no-cv-ss = false
export-glyph-names = false
[buildPlans.nova-lig.variants]
inherits = "ss17"
[buildPlans.nova-lig.variants.design]
paren = "flat-arc"
question = "corner"
asterisk = "penta-mid"
ampersand = "closed"
brace = "curly-flat-boundary"
dollar = "open"
at = "threefold"
caret = "high"
capital-f = "serifless"
capital-w = "curly-serifless"
k = "curly-serifless"
f = "flat-hook-tailed"
r = "corner-hooked-serifed"
x = "curly-serifless"
t = "standard"
a = "double-storey-tailed"
w = "curly-serifless"
four = "semi-open"
g = "single-storey-serifless"
v = "curly-motion-serifed"
m = "top-left-serifed"
lig-double-arrow-bar = "without-notch"
[buildPlans.nova-lig.variants.italic]
f = "tailed"
k = "cursive-serifless"
m = "top-left-serifed"
i = "serifed"
[buildPlans.nova-lig.widths.normal]
shape = 600
menu = 5
css = "normal"