-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathelenapan-config-iosevka.toml
77 lines (72 loc) · 1.78 KB
/
elenapan-config-iosevka.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
# Custom Iosevka build
[buildPlans.myosevka] # <myosevka> is your plan name
family = "Iosevka Custom" # Font menu family name
design = [
"sans",
"expanded",
"leading-1250",
"term",
"v-l-hooky",
"v-a-singlestorey",
"v-i-italic",
"v-j-serifed",
"v-f-straight",
"v-g-singlestorey",
"v-m-longleg",
"v-t-standard",
"v-q-straight",
"v-y-straight",
"v-zero-slashed",
"v-one-serifed",
"v-three-flattop",
"v-tilde-low",
"v-asterisk-low",
"v-percent-dots",
"v-at-long",
"v-brace-curly",
"v-dollar-open",
"v-numbersign-slanted"
] # Customize styles
italic = [
"sans",
"leading-1250",
"term",
"v-l-hooky",
"v-a-singlestorey",
"v-i-italic",
"v-j-serifed",
"v-f-straight",
"v-g-singlestorey",
"v-m-longleg",
"v-t-standard",
"v-q-straight",
"v-y-straight",
"v-zero-slashed",
"v-one-serifed",
"v-three-flattop",
"v-tilde-low",
"v-asterisk-low",
"v-percent-dots",
"v-at-long",
"v-brace-curly",
"v-dollar-open"
] # Customize styles
# Override default building weights
# When buildPlans.<plan name>.weights is absent
# All weights would built and mapped to default shape/CSS
[buildPlans.myosevka.weights.regular]
shape = 400 # Weight for glyph shapes
menu = 400 # Weight for menu name
css = 400 # Weight for webfont CSS
[buildPlans.myosevka.weights.bold]
shape = 700
menu = 700
css = 700
# end weight section
# Override default building slant sets
# Format: <upright|italic|oblique> = <"normal"|"italic"|"oblique">
# When this section is absent, all slants would be built.
[buildPlans.myosevka.slants]
upright = "normal"
italic = "italic"
oblique = "oblique"