blob: b2525e6bc922c86a090cd953abfc91b364208c70 (
plain)
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
69
|
name: "Arimo"
designer: "Steve Matteson"
license: "APACHE2"
category: "SANS_SERIF"
date_added: "2010-11-18"
fonts {
name: "Arimo"
style: "normal"
weight: 400
filename: "Arimo[wght].ttf"
post_script_name: "Arimo-Regular"
full_name: "Arimo Regular"
copyright: "Copyright 2020 The Arimo Project Authors (https://github.com/googlefonts/arimo)"
}
fonts {
name: "Arimo"
style: "italic"
weight: 400
filename: "Arimo-Italic[wght].ttf"
post_script_name: "Arimo-Italic"
full_name: "Arimo Italic"
copyright: "Copyright 2020 The Arimo Project Authors (https://github.com/googlefonts/arimo)"
}
subsets: "cyrillic"
subsets: "cyrillic-ext"
subsets: "greek"
subsets: "greek-ext"
subsets: "hebrew"
subsets: "latin"
subsets: "latin-ext"
subsets: "menu"
subsets: "vietnamese"
axes {
tag: "wght"
min_value: 400.0
max_value: 700.0
}
source {
repository_url: "https://github.com/TypeNetwork/Arimo"
files {
source_file: "LICENSE.txt"
dest_file: "LICENSE.txt"
}
files {
source_file: "fonts/ttf/Arimo-Bold.ttf"
dest_file: "static/Arimo-Bold.ttf"
}
files {
source_file: "fonts/ttf/Arimo-BoldItalic.ttf"
dest_file: "static/Arimo-BoldItalic.ttf"
}
files {
source_file: "fonts/ttf/Arimo-Italic.ttf"
dest_file: "static/Arimo-Italic.ttf"
}
files {
source_file: "fonts/ttf/Arimo-Regular.ttf"
dest_file: "static/Arimo-Regular.ttf"
}
files {
source_file: "fonts/vf/Arimo-Italic[wght].ttf"
dest_file: "Arimo-Italic[wght].ttf"
}
files {
source_file: "fonts/vf/Arimo[wght].ttf"
dest_file: "Arimo[wght].ttf"
}
branch: "master"
}
|