-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathfontList.js
143 lines (143 loc) · 3.51 KB
/
fontList.js
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
const fontList = {
1: 'inconsolata:200',
2: 'vt323:400',
3: 'aboreto:400',
4: 'advent-pro:200',
5: 'abel:400',
6: 'athiti:200',
7: 'akronim:400',
8: 'allison:400',
9: 'arbutus:400',
10: 'akaya-kanadaka:400',
11: 'alegreya-sc:400',
12: 'alegreya-sans-sc:100',
13: 'amatic-sc:400',
14: 'amita:400',
15: 'anonymous-pro:400',
16: 'are-you-serious:400',
17: 'arima:100',
18: 'asap-condensed:200',
19: 'armata:400',
20: 'alex-brush:400',
21: 'antonio:200',
22: 'bahianita:400',
23: 'bahiana:400',
24: 'baloo-2:400',
25: 'bangers:400',
26: 'barriecito:400',
27: 'barrio:400',
28: 'basic:400',
29: 'bebas-neue:400',
30: 'bellota:400',
31: 'benchnine:300',
32: 'berkshire-swash:400',
33: 'bhutuka-expanded-one:400',
34: 'big-shoulders-stencil-display:300',
35: 'bigelow-rules:400',
36: 'bilbo:400',
37: 'biorhyme:300',
38: 'biz-udmincho:400',
39: 'biz-udgothic:400',
40: 'black-ops-one:400',
41: 'blaka:400',
42: 'blaka-hollow:400',
43: 'blinker:200',
44: 'bruno-ace:400',
45: 'bree-serif:400',
46: 'bungee:400',
47: 'bungee-hairline:400',
48: 'bungee-outline:400',
49: 'bungee-spice:400',
50: 'cairo-play:300',
51: 'castoro-titling:400',
52: 'caveat:400',
53: 'changa:200',
54: 'charm:400',
55: 'chivo:300',
56: 'chivo-mono:200',
57: 'cinzel:400',
58: 'coda:400',
59: 'coiny:400',
60: 'combo:400',
61: 'comforter:400',
62: 'caurier-prime:400',
63: 'crushed:400',
64: 'cutive-mono:400',
65: 'dekko:400',
66: 'delicious-handrawn:400',
67: 'denk-one:400',
68: 'diplomata:400',
69: 'dm-mono:300',
70: 'dongle:300',
71: 'eagle-lake:400',
72: 'dynapuff:400',
73: 'eater:400',
74: 'eczar:400',
75: 'emblema-one:400',
76: 'encode-sans-sc:100',
77: 'ephesis:400',
78: 'encode-sans-sc:600',
79: 'englebert:400',
80: 'estonia:400',
81: 'exo-2:100',
82: 'explora:400',
83: 'fascinate:400',
84: 'fascinate-inline:400',
85: 'faster-one:400',
86: 'festive:400',
87: 'finlandica:400',
88: 'fira-code:300',
89: 'foldit:300',
90: 'fondamento:400',
91: 'forum:400',
92: 'fragment-mono:400',
93: 'freckle-face:400',
94: 'fruktur:400',
95: 'fuggles:400',
96: 'fuzzy-bubbles:400',
97: 'gajraj-one:400',
98: 'galindo:400',
99: 'gemunu-libre:200',
100: 'genos:200',
101: 'gidugu:400',
102: 'girassol:400',
103: 'give-you-glory:400',
104: 'glass-antiqua:400',
105: 'glegoo:400',
106: 'gloock:400',
107: 'gloock:400',
108: 'gloria-hallelujah:400',
109: 'glory:400',
110: 'gluten:200',
111: 'goldman:400',
112: 'golos-text:400',
113: 'gowun-batang:400',
114: 'grandstander:100',
115: 'grape-nuts:400',
116: 'grechen-fuemen:400',
117: 'grenze:100',
118: 'grenze-gotisch:100',
119: 'gruppo:400',
120: 'gurajada:400',
121: 'hammersmith-one:400',
122: 'hanalei:400',
123: 'hanalei-fill:400',
124: 'hanken-grotesk:200',
125: 'hina-mincho:400',
126: 'holtwood-one-sc:400',
127: 'hubballi:400',
128: 'ibm-plex-mono:200',
129: 'imbue:200',
130: 'inder:400',
131: 'indie-flower:400',
132: 'itim:400',
133: 'jomhuria:400',
134: 'joti-one:400',
135: 'julee:400',
136: 'jura:400',
137: 'just-another-hand:400',
138: 'kanit:200',
139: 'karla:400',
140: 'karma:300',
// add more
};