-
Notifications
You must be signed in to change notification settings - Fork 9
/
advent-pro.json
51 lines (51 loc) · 1.33 KB
/
advent-pro.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
39
40
41
42
43
44
45
46
47
48
49
50
51
{
"font_id": "advent-pro",
"font_family": "Advent Pro",
"font_css_file": "advent-pro.css",
"font_license": "license\/advent-pro.txt",
"font_css_class": "font-advent-pro",
"font_variants": [
{
"weight": "100",
"style": "regular",
"file": "fonts\/advent-pro-100.ttf",
"css_class": "w100"
},
{
"weight": "200",
"style": "regular",
"file": "fonts\/advent-pro-200.ttf",
"css_class": "w200"
},
{
"weight": "300",
"style": "regular",
"file": "fonts\/advent-pro-300.ttf",
"css_class": "w300"
},
{
"weight": "400",
"style": "regular",
"file": "fonts\/advent-pro-400.ttf",
"css_class": "w400"
},
{
"weight": "500",
"style": "regular",
"file": "fonts\/advent-pro-500.ttf",
"css_class": "w500"
},
{
"weight": "600",
"style": "regular",
"file": "fonts\/advent-pro-600.ttf",
"css_class": "w600"
},
{
"weight": "700",
"style": "regular",
"file": "fonts\/advent-pro-700.ttf",
"css_class": "w700"
}
]
}