-
Notifications
You must be signed in to change notification settings - Fork 188
/
Node.toml
33 lines (31 loc) · 907 Bytes
/
Node.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
[[apps]]
name = "showcase"
width = 468
height = 730
assets = "assets/showcase"
[[apps.fonts]]
font_family = "MaterialIcons-Regular"
src = "crates/theme_default/assets/fonts/MaterialIcons.ttf"
[[apps.fonts]]
font_family = "Roboto-Regular"
src = "crates/theme_default/assets/fonts/Roboto-Regular.ttf"
[[apps.fonts]]
font_family = "Roboto-Medium"
src = "crates/theme_default/assets/fonts/Roboto-Medium.ttf"
[[apps]]
name = "calculator"
width = 212
height = 360
[[apps]]
name = "canvas"
width = 468
height = 730
[[apps.fonts]]
font_family = "MaterialIcons-Regular"
src = "crates/theme_default/assets/fonts/MaterialIcons.ttf"
[[apps.fonts]]
font_family = "Roboto-Regular"
src = "crates/theme_default/assets/fonts/Roboto-Regular.ttf"
[[apps.fonts]]
font_family = "Roboto-Medium"
src = "crates/theme_default/assets/fonts/Roboto-Medium.ttf"