-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathfontproject.toml
More file actions
32 lines (25 loc) · 842 Bytes
/
fontproject.toml
File metadata and controls
32 lines (25 loc) · 842 Bytes
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
[variable_fonts]
[variable_fonts."LatnCyrlArab_WghtWdthCTRG"]
axes = { Weight = true, Width = true, Contrast = true }
sets = ["common", "latin", "cyrillic", "arabic"]
format = "TTF"
path = "NotoSans_LatnCyrlArab_WghtWdthCTRG.ttf"
[variable_fonts."Arabic_WghtWdth"]
axes = { Weight = true, Width = true }
sets = ["common", "arabic"]
format = "TTF"
path = "NotoSans_Arabic_WghtWdth.ttf"
[variable_fonts."LatnCyrl_WghtCTRG"]
axes = { Weight = true, Contrast = true }
sets = ["common", "latin", "cyrillic"]
format = "TTF"
path = "NotoSans_LatnCyrl_WghtCTRG.ttf"
[variable_fonts."Arabic_WghtWdth"]
axes = { Weight = true, Width = true }
sets = ["common", "arabic"]
format = "TTF"
path = "NotoSans_Arabic_WghtWdth.ttf"
[export.UFO]
[export.UFO.cyrillic]
sets = ["common", "cyrillic"]
follow_components = true