-
Notifications
You must be signed in to change notification settings - Fork 0
/
config.json
38 lines (38 loc) · 1.08 KB
/
config.json
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
{
"theme": {
"colors": {
"primary_color": "#f8973d",
"secondary_color": "#f8973d",
"accent_color": "#FFFFFF",
"link_color": "#f63420",
"button_secondary_color": "#000000",
"bg_color": "#F8F8F8"
},
"styles": {},
"font": {
"variants": {
"light": {
"name": "300",
"file": "https://fonts.gstatic.com/s/montserrat/v24/JTUHjIg1_i6t8kCHKm4532VJOt5-QNFgpCs16Ew-Y3tcoqK5.ttf"
},
"regular": {
"name": "400",
"file": ""
},
"medium": {
"name": "500",
"file": "https://fonts.gstatic.com/s/montserrat/v24/JTUHjIg1_i6t8kCHKm4532VJOt5-QNFgpCtZ6Ew-Y3tcoqK5.ttf"
},
"semi_bold": {
"name": "600",
"file": "https://fonts.gstatic.com/s/montserrat/v24/JTUHjIg1_i6t8kCHKm4532VJOt5-QNFgpCu170w-Y3tcoqK5.ttf"
},
"bold": {
"name": "700",
"file": "https://fonts.gstatic.com/s/montserrat/v24/JTUHjIg1_i6t8kCHKm4532VJOt5-QNFgpCuM70w-Y3tcoqK5.ttf"
}
},
"family": "Montserrat"
}
}
}