forked from orangemug/font-glyphs
-
Notifications
You must be signed in to change notification settings - Fork 0
/
generate.sh
executable file
·154 lines (149 loc) · 7.89 KB
/
generate.sh
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
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
set -e
mkdir -p \
"glyphs/Roboto Black" \
"glyphs/Roboto Black" \
"glyphs/Roboto Black Italic" \
"glyphs/Roboto Bold" \
"glyphs/Roboto Bold Italic" \
"glyphs/Roboto Italic" \
"glyphs/Roboto Light" \
"glyphs/Roboto Light Italic" \
"glyphs/Roboto Medium" \
"glyphs/Roboto Medium Italic" \
"glyphs/Roboto Regular" \
"glyphs/Roboto Thin" \
"glyphs/Roboto Thin Italic" \
"glyphs/Roboto Condensed Bold" \
"glyphs/Roboto Condensed Bold Italic" \
"glyphs/Roboto Condensed Italic" \
"glyphs/Roboto Condensed Light" \
"glyphs/Roboto Condensed Light Italic" \
"glyphs/Roboto Condensed Regular" \
"glyphs/Noto Sans Bold" \
"glyphs/Noto Sans Bold Italic" \
"glyphs/Noto Sans Italic" \
"glyphs/Noto Sans Regular" \
"glyphs/Open Sans Bold" \
"glyphs/Open Sans Bold Italic" \
"glyphs/Open Sans Cond Bold" \
"glyphs/Open Sans Cond Light" \
"glyphs/Open Sans Cond Light Italic" \
"glyphs/Open Sans Extra Bold" \
"glyphs/Open Sans Extra Bold Italic" \
"glyphs/Open Sans Italic" \
"glyphs/Open Sans Light" \
"glyphs/Open Sans Light Italic" \
"glyphs/Open Sans Regular" \
"glyphs/Open Sans Semi Bold" \
"glyphs/Open Sans Semi Bold Italic"
cat << EOF > glyphs.json
[
"Roboto Black",
"Roboto Black",
"Roboto Black Italic",
"Roboto Bold",
"Roboto Bold Italic",
"Roboto Italic",
"Roboto Light",
"Roboto Light Italic",
"Roboto Medium",
"Roboto Medium Italic",
"Roboto Regular",
"Roboto Thin",
"Roboto Thin Italic",
"Roboto Condensed Bold",
"Roboto Condensed Bold Italic",
"Roboto Condensed Italic",
"Roboto Condensed Light",
"Roboto Condensed Light Italic",
"Roboto Condensed Regular",
"Noto Sans Bold",
"Noto Sans Bold Italic",
"Noto Sans Italic",
"Noto Sans Regular",
"Open Sans Bold",
"Open Sans Bold Italic",
"Open Sans Cond Bold",
"Open Sans Cond Light",
"Open Sans Cond Light Italic",
"Open Sans Extra Bold",
"Open Sans Extra Bold Italic",
"Open Sans Italic",
"Open Sans Light",
"Open Sans Light Italic",
"Open Sans Regular",
"Open Sans Semi Bold",
"Open Sans Semi Bold Italic"
]
EOF
./node_modules/.bin/build-glyphs fonts/roboto/hinted/Roboto-Black.ttf "glyphs/Roboto Black"
./node_modules/.bin/build-glyphs fonts/roboto/hinted/Roboto-BlackItalic.ttf "glyphs/Roboto Black Italic"
./node_modules/.bin/build-glyphs fonts/roboto/hinted/Roboto-Bold.ttf "glyphs/Roboto Bold"
./node_modules/.bin/build-glyphs fonts/roboto/hinted/Roboto-BoldItalic.ttf "glyphs/Roboto Bold Italic"
./node_modules/.bin/build-glyphs fonts/roboto/hinted/Roboto-Italic.ttf "glyphs/Roboto Italic"
./node_modules/.bin/build-glyphs fonts/roboto/hinted/Roboto-Light.ttf "glyphs/Roboto Light"
./node_modules/.bin/build-glyphs fonts/roboto/hinted/Roboto-LightItalic.ttf "glyphs/Roboto Light Italic"
./node_modules/.bin/build-glyphs fonts/roboto/hinted/Roboto-Medium.ttf "glyphs/Roboto Medium"
./node_modules/.bin/build-glyphs fonts/roboto/hinted/Roboto-MediumItalic.ttf "glyphs/Roboto Medium Italic"
./node_modules/.bin/build-glyphs fonts/roboto/hinted/Roboto-Regular.ttf "glyphs/Roboto Regular"
./node_modules/.bin/build-glyphs fonts/roboto/hinted/Roboto-Thin.ttf "glyphs/Roboto Thin"
./node_modules/.bin/build-glyphs fonts/roboto/hinted/Roboto-ThinItalic.ttf "glyphs/Roboto Thin Italic"
./node_modules/.bin/build-glyphs fonts/roboto/hinted/RobotoCondensed-Bold.ttf "glyphs/Roboto Condensed Bold"
./node_modules/.bin/build-glyphs fonts/roboto/hinted/RobotoCondensed-BoldItalic.ttf "glyphs/Roboto Condensed Bold Italic"
./node_modules/.bin/build-glyphs fonts/roboto/hinted/RobotoCondensed-Italic.ttf "glyphs/Roboto Condensed Italic"
./node_modules/.bin/build-glyphs fonts/roboto/hinted/RobotoCondensed-Light.ttf "glyphs/Roboto Condensed Light"
./node_modules/.bin/build-glyphs fonts/roboto/hinted/RobotoCondensed-LightItalic.ttf "glyphs/Roboto Condensed Light Italic"
./node_modules/.bin/build-glyphs fonts/roboto/hinted/RobotoCondensed-Regular.ttf "glyphs/Roboto Condensed Regular"
./node_modules/.bin/build-glyphs fonts/noto/hinted/NotoSans-Bold.ttf "glyphs/Noto Sans Bold"
./node_modules/.bin/build-glyphs fonts/noto/hinted/NotoSans-BoldItalic.ttf "glyphs/Noto Sans Bold Italic"
./node_modules/.bin/build-glyphs fonts/noto/hinted/NotoSans-Italic.ttf "glyphs/Noto Sans Italic"
./node_modules/.bin/build-glyphs fonts/noto/hinted/NotoSans-Regular.ttf "glyphs/Noto Sans Regular"
./node_modules/.bin/build-glyphs fonts/opensans/hinted_ttfs/OpenSans-Bold.ttf "glyphs/Open Sans Bold"
./node_modules/.bin/build-glyphs fonts/opensans/hinted_ttfs/OpenSans-BoldItalic.ttf "glyphs/Open Sans Bold Italic"
./node_modules/.bin/build-glyphs fonts/opensans/hinted_ttfs/OpenSans-CondBold.ttf "glyphs/Open Sans Cond Bold"
./node_modules/.bin/build-glyphs fonts/opensans/hinted_ttfs/OpenSans-CondLightItalic.ttf "glyphs/Open Sans Cond Light"
./node_modules/.bin/build-glyphs fonts/opensans/hinted_ttfs/OpenSans-CondLightItalic.ttf "glyphs/Open Sans Cond Light Italic"
./node_modules/.bin/build-glyphs fonts/opensans/hinted_ttfs/OpenSans-ExtraBold.ttf "glyphs/Open Sans Extra Bold"
./node_modules/.bin/build-glyphs fonts/opensans/hinted_ttfs/OpenSans-ExtraBoldItalic.ttf "glyphs/Open Sans Extra Bold Italic"
./node_modules/.bin/build-glyphs fonts/opensans/hinted_ttfs/OpenSans-Italic.ttf "glyphs/Open Sans Italic"
./node_modules/.bin/build-glyphs fonts/opensans/hinted_ttfs/OpenSans-Light.ttf "glyphs/Open Sans Light"
./node_modules/.bin/build-glyphs fonts/opensans/hinted_ttfs/OpenSans-LightItalic.ttf "glyphs/Open Sans Light Italic"
./node_modules/.bin/build-glyphs fonts/opensans/hinted_ttfs/OpenSans-Regular.ttf "glyphs/Open Sans Regular"
./node_modules/.bin/build-glyphs fonts/opensans/hinted_ttfs/OpenSans-SemiBold.ttf "glyphs/Open Sans Semi Bold"
./node_modules/.bin/build-glyphs fonts/opensans/hinted_ttfs/OpenSans-SemiBoldItalic.ttf "glyphs/Open Sans Semi Bold Italic"
cp fonts/roboto/LICENSE "glyphs/Roboto Black"
cp fonts/roboto/LICENSE "glyphs/Roboto Black"
cp fonts/roboto/LICENSE "glyphs/Roboto Black Italic"
cp fonts/roboto/LICENSE "glyphs/Roboto Bold"
cp fonts/roboto/LICENSE "glyphs/Roboto Bold Italic"
cp fonts/roboto/LICENSE "glyphs/Roboto Italic"
cp fonts/roboto/LICENSE "glyphs/Roboto Light"
cp fonts/roboto/LICENSE "glyphs/Roboto Light Italic"
cp fonts/roboto/LICENSE "glyphs/Roboto Medium"
cp fonts/roboto/LICENSE "glyphs/Roboto Medium Italic"
cp fonts/roboto/LICENSE "glyphs/Roboto Regular"
cp fonts/roboto/LICENSE "glyphs/Roboto Thin"
cp fonts/roboto/LICENSE "glyphs/Roboto Thin Italic"
cp fonts/roboto/LICENSE "glyphs/Roboto Condensed Bold"
cp fonts/roboto/LICENSE "glyphs/Roboto Condensed Bold Italic"
cp fonts/roboto/LICENSE "glyphs/Roboto Condensed Italic"
cp fonts/roboto/LICENSE "glyphs/Roboto Condensed Light"
cp fonts/roboto/LICENSE "glyphs/Roboto Condensed Light Italic"
cp fonts/roboto/LICENSE "glyphs/Roboto Condensed Regular"
cp fonts/noto/LICENSE "glyphs/Noto Sans Bold"
cp fonts/noto/LICENSE "glyphs/Noto Sans Bold Italic"
cp fonts/noto/LICENSE "glyphs/Noto Sans Italic"
cp fonts/noto/LICENSE "glyphs/Noto Sans Regular"
cp fonts/opensans/LICENSE.txt "glyphs/Open Sans Bold"
cp fonts/opensans/LICENSE.txt "glyphs/Open Sans Bold Italic"
cp fonts/opensans/LICENSE.txt "glyphs/Open Sans Cond Bold"
cp fonts/opensans/LICENSE.txt "glyphs/Open Sans Cond Light"
cp fonts/opensans/LICENSE.txt "glyphs/Open Sans Cond Light Italic"
cp fonts/opensans/LICENSE.txt "glyphs/Open Sans Extra Bold"
cp fonts/opensans/LICENSE.txt "glyphs/Open Sans Extra Bold Italic"
cp fonts/opensans/LICENSE.txt "glyphs/Open Sans Italic"
cp fonts/opensans/LICENSE.txt "glyphs/Open Sans Light"
cp fonts/opensans/LICENSE.txt "glyphs/Open Sans Light Italic"
cp fonts/opensans/LICENSE.txt "glyphs/Open Sans Regular"
cp fonts/opensans/LICENSE.txt "glyphs/Open Sans Semi Bold"
cp fonts/opensans/LICENSE.txt "glyphs/Open Sans Semi Bold Italic"