forked from AlessioLaiso/aleo
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathMETADATA.rb
68 lines (68 loc) · 1.9 KB
/
METADATA.rb
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
{
"name": "Aleo",
"designer": "Alessio Laiso",
"license": "OFL",
"visibility": "Sandbox",
"category": "Sans Serif",
"fonts": [
{
"name": "Aleo",
"postScriptName": "Aleo-Regular",
"fullName": "Aleo",
"style": "normal",
"weight": 400,
"filename": "Aleo-Regular.ttf",
"copyright": "Copyright 2018 The Aleo Project Authors (https://github.com/AlessioLaiso/aleo)"
},
{
"name": "Aleo",
"postScriptName": "Aleo-Bold",
"fullName": "Aleo",
"style": "normal",
"weight": 700,
"filename": "Aleo-Bold.ttf",
"copyright": "Copyright 2018 The Aleo Project Authors (https://github.com/AlessioLaiso/aleo)"
},
{
"name": "Aleo",
"postScriptName": "Aleo-Light",
"fullName": "Aleo",
"style": "normal",
"weight": 300,
"filename": "Aleo-Light.ttf",
"copyright": "Copyright 2018 The Aleo Project Authors (https://github.com/AlessioLaiso/aleo)"
},
{
"name": "Aleo",
"postScriptName": "Aleo-Italic",
"fullName": "Aleo",
"style": "italic",
"weight": 400,
"filename": "Aleo-Italic.ttf",
"copyright": "Copyright 2018 The Aleo Project Authors (https://github.com/AlessioLaiso/aleo)"
},
{
"name": "Aleo",
"postScriptName": "Aleo-BoldItalic",
"fullName": "Aleo",
"style": "italic",
"weight": 700,
"filename": "Aleo-BoldItalic.ttf",
"copyright": "Copyright 2018 The Aleo Project Authors (https://github.com/AlessioLaiso/aleo)"
},
{
"name": "Aleo",
"postScriptName": "Aleo-LightItalic",
"fullName": "Aleo",
"style": "italic",
"weight": 300,
"filename": "Aleo-LightItalic.ttf",
"copyright": "Copyright 2018 The Aleo Project Authors (https://github.com/AlessioLaiso/aleo)"
},
],
"subsets": [
"latin",
"menu"
],
"dateAdded": "2018-03-19"
}