-
Notifications
You must be signed in to change notification settings - Fork 0
/
404.html
591 lines (569 loc) · 44.5 KB
/
404.html
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
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Too Much Type</title>
<meta name="author" content="Gabriel Drozdov">
<meta name="keywords" content="Type Foundry, Type Design, Typography, Creative Coding, Graphic Design, Education, Variable Fonts">
<meta name="description" content="Too Much Type is an open-source experimental laboratory for variable fonts and digital type specimens.">
<meta property="og:url" content="https://toomuchtype.com/">
<meta name="og:title" property="og:title" content="Too Much Type">
<meta property="og:description" content="Too Much Type is an open-source experimental laboratory for variable fonts and digital type specimens.">
<meta property="og:image" content="/assets/meta/opengraph.jpg">
<link rel="icon" type="png" href="/assets/meta/favicon.png">
<link rel="stylesheet" href="style.css">
</head>
<body data-color-mode="0" data-hide-font-names="0">
<main class="container">
<div class="sizer"></div>
<div class="logo">
<img src="/assets/ui/logo-animation.gif">
<h1>Too Much Type</h1>
</div>
<div class="typey" data-active="0">
<div class="typey-text">
<p>
Hi there! I’m Typey!
</p>
<p>
Welcome to the Too Much Type foundry, an open-source experimental laboratory for variable fonts and digital type specimens.
</p>
<p>
How can I help you?
</p>
<button onclick="toggleMenu(); hideTypey();">I want fonts!</button>
<button onclick="toggleSettings(); hideTypey();">I want to play around!</button>
<button onclick="toggleInfo(); hideTypey();">I want to learn more!</button>
<button onclick="hideTypey();">I want you to go away!</button>
</div>
<div class="typey-character" onclick="hideTypey();">
<div class="typey-outline">A</div>
<div class="typey-letter">B</div>
<div class="typey-glasses">C</div>
<div class="typey-nose">D</div>
<div class="typey-mouth">E</div>
</div>
</div>
<div class="menu" data-active="0">
<h2 class="menu-title">
<svg viewBox="0 0 100 100"><path d="M45,90h-20v-10h20v10ZM55,20h-10v60h10V20ZM45,10h-20v10h20v-10ZM75,10h-20v10h20v-10ZM75,80h-20v10h20v-10Z"/></svg>
<span>Fonts</span>
</h2>
<section class="menu-desc">
<p>
Test and download fonts here! Click on a font’s name and start typing. Press “Generate Letters” to add the letters you typed to the desktop. From the desktop, click on a letter to play with its settings.
</p>
</section>
<h2 class="menu-title">
<svg viewBox="0 0 100 100"><rect x="10" y="30" width="10" height="40"/><rect x="20" y="20" width="10" height="10"/><rect x="30" y="10" width="40" height="10"/><rect x="70" y="20" width="10" height="10"/><rect x="80" y="30" width="10" height="40"/><rect x="70" y="70" width="10" height="10"/><rect x="30" y="80" width="40" height="10"/><rect x="20" y="70" width="10" height="10"/><rect x="40" y="30" width="20" height="10"/><rect x="30" y="40" width="10" height="20"/><rect x="40" y="60" width="20" height="10"/></svg>
<span>Original Fonts</span>
</h2>
<section class="menu-section">
<div class="menu-typeface" data-font="Bashful">
<div class="menu-typeface-preview" contenteditable="plaintext-only" spellcheck="false">Bashful</div>
<div class="menu-typeface-links">
<button onclick="generateLettersFromPreview('Bashful'); closeMenu();">
<svg viewBox="0 0 100 100"><path d="M90,80v10h-50v-10h50ZM30,40v-10h-10v10h-10v10h10v10h10v-10h10v-10h-10ZM70,20v20h-10v-20h-10v50h10v-20h10v20h10V20h-10ZM60,10v10h10v-10h-10Z"/></svg>
<span>Generate Letters</span>
</button>
<a href="/fonts/bashful/TMT-Bashful.zip">
<svg viewBox="0 0 100 100"><polygon points="35 60 35 50 45 50 45 10 55 10 55 50 65 50 65 60 55 60 55 70 45 70 45 60 35 60"/><rect x="25" y="40" width="10" height="10"/><rect x="65" y="40" width="10" height="10"/><polygon points="90 60 90 90 10 90 10 60 20 60 20 80 80 80 80 60 90 60"/></svg>
<span>Download Font</span>
</a>
</div>
</div>
<div class="menu-typeface" data-font="Caffeine">
<div class="menu-typeface-preview" contenteditable="plaintext-only" spellcheck="false">Caffeine</div>
<div class="menu-typeface-links">
<button onclick="generateLettersFromPreview('Caffeine'); closeMenu();">
<svg viewBox="0 0 100 100"><path d="M90,80v10h-50v-10h50ZM30,40v-10h-10v10h-10v10h10v10h10v-10h10v-10h-10ZM70,20v20h-10v-20h-10v50h10v-20h10v20h10V20h-10ZM60,10v10h10v-10h-10Z"/></svg>
<span>Generate Letters</span>
</button>
<a href="/fonts/caffeine/TMT-Caffeine.zip">
<svg viewBox="0 0 100 100"><polygon points="35 60 35 50 45 50 45 10 55 10 55 50 65 50 65 60 55 60 55 70 45 70 45 60 35 60"/><rect x="25" y="40" width="10" height="10"/><rect x="65" y="40" width="10" height="10"/><polygon points="90 60 90 90 10 90 10 60 20 60 20 80 80 80 80 60 90 60"/></svg>
<span>Download Font</span>
</a>
</div>
</div>
<div class="menu-typeface" data-font="Dreidel">
<div class="menu-typeface-preview" contenteditable="plaintext-only" spellcheck="false">Dreidel</div>
<div class="menu-typeface-links">
<button onclick="generateLettersFromPreview('Dreidel'); closeMenu();">
<svg viewBox="0 0 100 100"><path d="M90,80v10h-50v-10h50ZM30,40v-10h-10v10h-10v10h10v10h10v-10h10v-10h-10ZM70,20v20h-10v-20h-10v50h10v-20h10v20h10V20h-10ZM60,10v10h10v-10h-10Z"/></svg>
<span>Generate Letters</span>
</button>
<a href="/fonts/dreidel/TMT-Dreidel.zip">
<svg viewBox="0 0 100 100"><polygon points="35 60 35 50 45 50 45 10 55 10 55 50 65 50 65 60 55 60 55 70 45 70 45 60 35 60"/><rect x="25" y="40" width="10" height="10"/><rect x="65" y="40" width="10" height="10"/><polygon points="90 60 90 90 10 90 10 60 20 60 20 80 80 80 80 60 90 60"/></svg>
<span>Download Font</span>
</a>
</div>
</div>
<div class="menu-typeface" data-font="Limkin">
<div class="menu-typeface-preview" contenteditable="plaintext-only" spellcheck="false">Limkin</div>
<div class="menu-typeface-links">
<button onclick="generateLettersFromPreview('Limkin'); closeMenu();">
<svg viewBox="0 0 100 100"><path d="M90,80v10h-50v-10h50ZM30,40v-10h-10v10h-10v10h10v10h10v-10h10v-10h-10ZM70,20v20h-10v-20h-10v50h10v-20h10v20h10V20h-10ZM60,10v10h10v-10h-10Z"/></svg>
<span>Generate Letters</span>
</button>
<a href="/fonts/limkin/TMT-Limkin.zip">
<svg viewBox="0 0 100 100"><polygon points="35 60 35 50 45 50 45 10 55 10 55 50 65 50 65 60 55 60 55 70 45 70 45 60 35 60"/><rect x="25" y="40" width="10" height="10"/><rect x="65" y="40" width="10" height="10"/><polygon points="90 60 90 90 10 90 10 60 20 60 20 80 80 80 80 60 90 60"/></svg>
<span>Download Font</span>
</a>
</div>
</div>
<div class="menu-typeface" data-font="Limkin Pixel">
<div class="menu-typeface-preview" contenteditable="plaintext-only" spellcheck="false">Limkin Pixel</div>
<div class="menu-typeface-links">
<button onclick="generateLettersFromPreview('Limkin Pixel'); closeMenu();">
<svg viewBox="0 0 100 100"><path d="M90,80v10h-50v-10h50ZM30,40v-10h-10v10h-10v10h10v10h10v-10h10v-10h-10ZM70,20v20h-10v-20h-10v50h10v-20h10v20h10V20h-10ZM60,10v10h10v-10h-10Z"/></svg>
<span>Generate Letters</span>
</button>
<a href="/fonts/limkin-pixel/TMT-LimkinPixel.zip">
<svg viewBox="0 0 100 100"><polygon points="35 60 35 50 45 50 45 10 55 10 55 50 65 50 65 60 55 60 55 70 45 70 45 60 35 60"/><rect x="25" y="40" width="10" height="10"/><rect x="65" y="40" width="10" height="10"/><polygon points="90 60 90 90 10 90 10 60 20 60 20 80 80 80 80 60 90 60"/></svg>
<span>Download Font</span>
</a>
</div>
</div>
<div class="menu-typeface" data-font="Mini Mochi">
<div class="menu-typeface-preview" contenteditable="plaintext-only" spellcheck="false">Mini Mochi</div>
<div class="menu-typeface-links">
<button onclick="generateLettersFromPreview('Mini Mochi'); closeMenu();">
<svg viewBox="0 0 100 100"><path d="M90,80v10h-50v-10h50ZM30,40v-10h-10v10h-10v10h10v10h10v-10h10v-10h-10ZM70,20v20h-10v-20h-10v50h10v-20h10v20h10V20h-10ZM60,10v10h10v-10h-10Z"/></svg>
<span>Generate Letters</span>
</button>
<a href="/fonts/mini-mochi/TMT-MiniMochi.zip">
<svg viewBox="0 0 100 100"><polygon points="35 60 35 50 45 50 45 10 55 10 55 50 65 50 65 60 55 60 55 70 45 70 45 60 35 60"/><rect x="25" y="40" width="10" height="10"/><rect x="65" y="40" width="10" height="10"/><polygon points="90 60 90 90 10 90 10 60 20 60 20 80 80 80 80 60 90 60"/></svg>
<span>Download Font</span>
</a>
</div>
</div>
<div class="menu-typeface" data-font="Music Box">
<div class="menu-typeface-preview" contenteditable="plaintext-only" spellcheck="false">Music Box</div>
<div class="menu-typeface-links">
<button onclick="generateLettersFromPreview('Music Box'); closeMenu();">
<svg viewBox="0 0 100 100"><path d="M90,80v10h-50v-10h50ZM30,40v-10h-10v10h-10v10h10v10h10v-10h10v-10h-10ZM70,20v20h-10v-20h-10v50h10v-20h10v20h10V20h-10ZM60,10v10h10v-10h-10Z"/></svg>
<span>Generate Letters</span>
</button>
<a href="/fonts/music-box/TMT-MusicBox.zip">
<svg viewBox="0 0 100 100"><polygon points="35 60 35 50 45 50 45 10 55 10 55 50 65 50 65 60 55 60 55 70 45 70 45 60 35 60"/><rect x="25" y="40" width="10" height="10"/><rect x="65" y="40" width="10" height="10"/><polygon points="90 60 90 90 10 90 10 60 20 60 20 80 80 80 80 60 90 60"/></svg>
<span>Download Font</span>
</a>
<button onclick="newWindow('Music Box'); closeMenu();">
<svg viewBox="0 0 100 100"><path d="m10,10v80h80V10H10Zm10,70V30h60v50H20Z"/></svg>
<span>Open Specimen</span>
</button>
<a href="/fonts/music-box/" target="_blank" class="menu-experimental-item-link">
<svg viewBox="0 0 100 100"><rect x="20" y="80" width="20" height="10"/><rect x="10" y="60" width="10" height="20"/><rect x="20" y="50" width="10" height="10"/><rect x="50" y="50" width="10" height="20"/><rect x="40" y="70" width="10" height="10"/><rect x="40" y="30" width="10" height="20"/><rect x="50" y="20" width="10" height="10"/><rect x="60" y="10" width="20" height="10"/><rect x="80" y="20" width="10" height="20"/><rect x="70" y="40" width="10" height="10"/></svg>
<span>Open in New Tab</span>
</a>
<a href="https://github.com/gabrieldrozdov/too-much-type/tree/main/fonts/music-box/index.html" target="_blank" class="menu-experimental-item-link">
<svg viewBox="0 0 100 100"><rect x="10" y="40" width="10" height="10"/><rect x="20" y="30" width="10" height="10"/><rect x="20" y="50" width="10" height="10"/><rect x="30" y="70" width="10" height="20"/><rect x="40" y="50" width="10" height="20"/><rect x="50" y="30" width="10" height="20"/><rect x="60" y="10" width="10" height="20"/><rect x="70" y="60" width="10" height="10"/><rect x="80" y="50" width="10" height="10"/><rect x="70" y="40" width="10" height="10"/></svg>
<span>Download Code</span>
</a>
</div>
</div>
<div class="menu-typeface" data-font="Paint">
<div class="menu-typeface-preview" contenteditable="plaintext-only" spellcheck="false">Paint</div>
<div class="menu-typeface-links">
<button onclick="generateLettersFromPreview('Paint'); closeMenu();">
<svg viewBox="0 0 100 100"><path d="M90,80v10h-50v-10h50ZM30,40v-10h-10v10h-10v10h10v10h10v-10h10v-10h-10ZM70,20v20h-10v-20h-10v50h10v-20h10v20h10V20h-10ZM60,10v10h10v-10h-10Z"/></svg>
<span>Generate Letters</span>
</button>
<a href="/fonts/paint/TMT-Paint.zip">
<svg viewBox="0 0 100 100"><polygon points="35 60 35 50 45 50 45 10 55 10 55 50 65 50 65 60 55 60 55 70 45 70 45 60 35 60"/><rect x="25" y="40" width="10" height="10"/><rect x="65" y="40" width="10" height="10"/><polygon points="90 60 90 90 10 90 10 60 20 60 20 80 80 80 80 60 90 60"/></svg>
<span>Download Font</span>
</a>
</div>
</div>
<div class="menu-typeface" data-font="PowerPack">
<div class="menu-typeface-preview" contenteditable="plaintext-only" spellcheck="false">PowerPack</div>
<div class="menu-typeface-links">
<button onclick="generateLettersFromPreview('PowerPack'); closeMenu();">
<svg viewBox="0 0 100 100"><path d="M90,80v10h-50v-10h50ZM30,40v-10h-10v10h-10v10h10v10h10v-10h10v-10h-10ZM70,20v20h-10v-20h-10v50h10v-20h10v20h10V20h-10ZM60,10v10h10v-10h-10Z"/></svg>
<span>Generate Letters</span>
</button>
<a href="/fonts/powerpack/TMT-PowerPack.zip">
<svg viewBox="0 0 100 100"><polygon points="35 60 35 50 45 50 45 10 55 10 55 50 65 50 65 60 55 60 55 70 45 70 45 60 35 60"/><rect x="25" y="40" width="10" height="10"/><rect x="65" y="40" width="10" height="10"/><polygon points="90 60 90 90 10 90 10 60 20 60 20 80 80 80 80 60 90 60"/></svg>
<span>Download Font</span>
</a>
</div>
</div>
<div class="menu-typeface" data-font="That Then This">
<div class="menu-typeface-preview" contenteditable="plaintext-only" spellcheck="false">That Then This</div>
<div class="menu-typeface-links">
<button onclick="generateLettersFromPreview('That Then This'); closeMenu();">
<svg viewBox="0 0 100 100"><path d="M90,80v10h-50v-10h50ZM30,40v-10h-10v10h-10v10h10v10h10v-10h10v-10h-10ZM70,20v20h-10v-20h-10v50h10v-20h10v20h10V20h-10ZM60,10v10h10v-10h-10Z"/></svg>
<span>Generate Letters</span>
</button>
<a href="/fonts/that-then-this/TMT-ThatThenThis.zip">
<svg viewBox="0 0 100 100"><polygon points="35 60 35 50 45 50 45 10 55 10 55 50 65 50 65 60 55 60 55 70 45 70 45 60 35 60"/><rect x="25" y="40" width="10" height="10"/><rect x="65" y="40" width="10" height="10"/><polygon points="90 60 90 90 10 90 10 60 20 60 20 80 80 80 80 60 90 60"/></svg>
<span>Download Font</span>
</a>
</div>
</div>
</section>
<h2 class="menu-title">
<svg viewBox="0 0 100 100"><polygon points="90 10 90 90 60 90 60 60 80 60 80 20 20 20 20 60 40 60 40 90 10 90 10 10 90 10"/></svg>
<span>Remixed Fonts</span>
</h2>
<section class="menu-section">
<div class="menu-typeface" data-font="Authentic Remixed">
<div class="menu-typeface-preview" contenteditable="plaintext-only" spellcheck="false">AUTHENTIC Remixed</div>
<div class="menu-typeface-links">
<button onclick="generateLettersFromPreview('Authentic Remixed'); closeMenu();">
<svg viewBox="0 0 100 100"><path d="M90,80v10h-50v-10h50ZM30,40v-10h-10v10h-10v10h10v10h10v-10h10v-10h-10ZM70,20v20h-10v-20h-10v50h10v-20h10v20h10V20h-10ZM60,10v10h10v-10h-10Z"/></svg>
<span>Generate Letters</span>
</button>
<a href="/fonts/authentic-remixed/TMT-AUTHENTICRemixed.zip">
<svg viewBox="0 0 100 100"><polygon points="35 60 35 50 45 50 45 10 55 10 55 50 65 50 65 60 55 60 55 70 45 70 45 60 35 60"/><rect x="25" y="40" width="10" height="10"/><rect x="65" y="40" width="10" height="10"/><polygon points="90 60 90 90 10 90 10 60 20 60 20 80 80 80 80 60 90 60"/></svg>
<span>Download Font</span>
</a>
</div>
</div>
<!-- <div class="menu-typeface" data-font="Avara Burst">
<div class="menu-typeface-preview" contenteditable="plaintext-only" spellcheck="false">Avara Burst</div>
<div class="menu-typeface-links">
<button onclick="generateLettersFromPreview('Avara Burst'); closeMenu();">
<svg viewBox="0 0 100 100"><path d="M90,80v10h-50v-10h50ZM30,40v-10h-10v10h-10v10h10v10h10v-10h10v-10h-10ZM70,20v20h-10v-20h-10v50h10v-20h10v20h10V20h-10ZM60,10v10h10v-10h-10Z"/></svg>
<span>Generate Letters</span>
</button>
<a href="/fonts/avara-burst/TMT-AvaraBurst.zip">
<svg viewBox="0 0 100 100"><polygon points="35 60 35 50 45 50 45 10 55 10 55 50 65 50 65 60 55 60 55 70 45 70 45 60 35 60"/><rect x="25" y="40" width="10" height="10"/><rect x="65" y="40" width="10" height="10"/><polygon points="90 60 90 90 10 90 10 60 20 60 20 80 80 80 80 60 90 60"/></svg>
<span>Download Font</span>
</a>
</div>
</div> -->
<!-- <div class="menu-typeface" data-font="FT88 RISD">
<div class="menu-typeface-preview" contenteditable="plaintext-only" spellcheck="false">FT88 RISD</div>
<div class="menu-typeface-links">
<button onclick="generateLettersFromPreview('FT88 RISD'); closeMenu();">
<svg viewBox="0 0 100 100"><path d="M90,80v10h-50v-10h50ZM30,40v-10h-10v10h-10v10h10v10h10v-10h10v-10h-10ZM70,20v20h-10v-20h-10v50h10v-20h10v20h10V20h-10ZM60,10v10h10v-10h-10Z"/></svg>
<span>Generate Letters</span>
</button>
<a href="/fonts/ft88-risd/TMT-FT88RISD.zip">
<svg viewBox="0 0 100 100"><polygon points="35 60 35 50 45 50 45 10 55 10 55 50 65 50 65 60 55 60 55 70 45 70 45 60 35 60"/><rect x="25" y="40" width="10" height="10"/><rect x="65" y="40" width="10" height="10"/><polygon points="90 60 90 90 10 90 10 60 20 60 20 80 80 80 80 60 90 60"/></svg>
<span>Download Font</span>
</a>
</div>
</div> -->
<div class="menu-typeface" data-font="Work Sans Galapagos">
<div class="menu-typeface-preview" contenteditable="plaintext-only" spellcheck="false">Work Sans Galápagos</div>
<div class="menu-typeface-links">
<button onclick="generateLettersFromPreview('Work Sans Galapagos'); closeMenu();">
<svg viewBox="0 0 100 100"><path d="M90,80v10h-50v-10h50ZM30,40v-10h-10v10h-10v10h10v10h10v-10h10v-10h-10ZM70,20v20h-10v-20h-10v50h10v-20h10v20h10V20h-10ZM60,10v10h10v-10h-10Z"/></svg>
<span>Generate Letters</span>
</button>
<a href="/fonts/work-sans-galapagos/TMT-WorkSansGalapagos.zip">
<svg viewBox="0 0 100 100"><polygon points="35 60 35 50 45 50 45 10 55 10 55 50 65 50 65 60 55 60 55 70 45 70 45 60 35 60"/><rect x="25" y="40" width="10" height="10"/><rect x="65" y="40" width="10" height="10"/><polygon points="90 60 90 90 10 90 10 60 20 60 20 80 80 80 80 60 90 60"/></svg>
<span>Download Font</span>
</a>
</div>
</div>
</section>
<h2 class="menu-title">
<svg viewBox="0 0 100 100"><path d="m55,40v10h10v-10h-10Zm10,10v10h10v-10h-10Zm-20-20v10h10v-10h-10Zm0,0v-10h-10v-10h-10v70h20v-10h-10V30h10Z"/><polygon points="75 70 75 90 65 90 65 80 55 80 55 70 45 70 45 60 65 60 65 70 75 70"/></svg>
<span>Experimental Fonts</span>
</h2>
<section class="menu-experimental">
<div class="menu-experimental-item">
<h3 class="menu-experimental-item-title">
<svg viewBox="0 0 100 100"><path d="M30,90H10v-20h20v20ZM50,50h-20v20h20v-20ZM70,30h-20v20h20v-20ZM90,50h-20v20h20v-20ZM30,30H10v20h20v-20ZM50,10h-20v20h20V10ZM70,70h-20v20h20v-20ZM90,10h-20v20h20V10Z"/></svg>
<span>Fun Font</span>
</h3>
<div class="menu-experimental-item-links">
<button onclick="newWindow('Fun Font'); closeMenu();" class="menu-experimental-item-link">
<svg viewBox="0 0 100 100"><path d="M10,10v80h80V10H10z M20,20h60v10H20V20z M20,80V40h60v40H20z"></path></svg>
<span>Open Specimen</span>
</button>
<a href="/fonts/fun-font/" target="_blank" class="menu-experimental-item-link">
<svg viewBox="0 0 100 100"><rect x="20" y="80" width="20" height="10"/><rect x="10" y="60" width="10" height="20"/><rect x="20" y="50" width="10" height="10"/><rect x="50" y="50" width="10" height="20"/><rect x="40" y="70" width="10" height="10"/><rect x="40" y="30" width="10" height="20"/><rect x="50" y="20" width="10" height="10"/><rect x="60" y="10" width="20" height="10"/><rect x="80" y="20" width="10" height="20"/><rect x="70" y="40" width="10" height="10"/></svg>
<span>Open in New Tab</span>
</a>
<a href="https://github.com/gabrieldrozdov/too-much-type/tree/main/fonts/fun-font/index.html" target="_blank" class="menu-experimental-item-link">
<svg viewBox="0 0 100 100"><rect x="10" y="40" width="10" height="10"/><rect x="20" y="30" width="10" height="10"/><rect x="20" y="50" width="10" height="10"/><rect x="30" y="70" width="10" height="20"/><rect x="40" y="50" width="10" height="20"/><rect x="50" y="30" width="10" height="20"/><rect x="60" y="10" width="10" height="20"/><rect x="70" y="60" width="10" height="10"/><rect x="80" y="50" width="10" height="10"/><rect x="70" y="40" width="10" height="10"/></svg>
<span>Download Code</span>
</a>
</div>
</div>
<div class="menu-experimental-item">
<h3 class="menu-experimental-item-title">
<svg viewBox="0 0 100 100"><path d="m25,60h-10V10h10v50Zm40,0V10h-10v50h-10V10h-10v50h-10v10h20v20h10v-20h20v-10h-10Zm20-50h-10v50h10V10Z"/></svg>
<span>Meal Kit</span>
</h3>
<div class="menu-experimental-item-links">
<button onclick="newWindow('Meal Kit'); closeMenu();" class="menu-experimental-item-link">
<svg viewBox="0 0 100 100"><path d="M10,10v80h80V10H10z M20,20h60v10H20V20z M20,80V40h60v40H20z"></path></svg>
<span>Open Specimen</span>
</button>
<a href="/fonts/meal-kit/" target="_blank" class="menu-experimental-item-link">
<svg viewBox="0 0 100 100"><rect x="20" y="80" width="20" height="10"/><rect x="10" y="60" width="10" height="20"/><rect x="20" y="50" width="10" height="10"/><rect x="50" y="50" width="10" height="20"/><rect x="40" y="70" width="10" height="10"/><rect x="40" y="30" width="10" height="20"/><rect x="50" y="20" width="10" height="10"/><rect x="60" y="10" width="20" height="10"/><rect x="80" y="20" width="10" height="20"/><rect x="70" y="40" width="10" height="10"/></svg>
<span>Open in New Tab</span>
</a>
<a href="https://github.com/gabrieldrozdov/too-much-type/tree/main/fonts/meal-kit/index.html" target="_blank" class="menu-experimental-item-link">
<svg viewBox="0 0 100 100"><rect x="10" y="40" width="10" height="10"/><rect x="20" y="30" width="10" height="10"/><rect x="20" y="50" width="10" height="10"/><rect x="30" y="70" width="10" height="20"/><rect x="40" y="50" width="10" height="20"/><rect x="50" y="30" width="10" height="20"/><rect x="60" y="10" width="10" height="20"/><rect x="70" y="60" width="10" height="10"/><rect x="80" y="50" width="10" height="10"/><rect x="70" y="40" width="10" height="10"/></svg>
<span>Download Code</span>
</a>
</div>
</div>
<div class="menu-experimental-item">
<h3 class="menu-experimental-item-title">
<svg viewBox="0 0 100 100"><path d="m60,40v-10h-10v-10h-10v20H10v50h80v-50h-30Zm20,40H20v-30h60v30Z"/><rect x="60" y="20" width="20" height="10"/><rect x="20" y="10" width="20" height="10"/></svg>
<span>Sylvania</span>
</h3>
<div class="menu-experimental-item-links">
<button onclick="newWindow('Sylvania'); closeMenu();" class="menu-experimental-item-link">
<svg viewBox="0 0 100 100"><path d="M10,10v80h80V10H10z M20,20h60v10H20V20z M20,80V40h60v40H20z"></path></svg>
<span>Open Specimen</span>
</button>
<a href="/fonts/sylvania/" target="_blank" class="menu-experimental-item-link">
<svg viewBox="0 0 100 100"><rect x="20" y="80" width="20" height="10"/><rect x="10" y="60" width="10" height="20"/><rect x="20" y="50" width="10" height="10"/><rect x="50" y="50" width="10" height="20"/><rect x="40" y="70" width="10" height="10"/><rect x="40" y="30" width="10" height="20"/><rect x="50" y="20" width="10" height="10"/><rect x="60" y="10" width="20" height="10"/><rect x="80" y="20" width="10" height="20"/><rect x="70" y="40" width="10" height="10"/></svg>
<span>Open in New Tab</span>
</a>
<a href="https://github.com/gabrieldrozdov/too-much-type/tree/main/fonts/sylvania/index.html" target="_blank" class="menu-experimental-item-link">
<svg viewBox="0 0 100 100"><rect x="10" y="40" width="10" height="10"/><rect x="20" y="30" width="10" height="10"/><rect x="20" y="50" width="10" height="10"/><rect x="30" y="70" width="10" height="20"/><rect x="40" y="50" width="10" height="20"/><rect x="50" y="30" width="10" height="20"/><rect x="60" y="10" width="10" height="20"/><rect x="70" y="60" width="10" height="10"/><rect x="80" y="50" width="10" height="10"/><rect x="70" y="40" width="10" height="10"/></svg>
<span>Download Code</span>
</a>
</div>
</div>
<!-- <div class="menu-experimental-item">
<h3 class="menu-experimental-item-title">
<svg viewBox="0 0 100 100"><path d="m25,60h-10V10h10v50Zm40,0V10h-10v50h-10V10h-10v50h-10v10h20v20h10v-20h20v-10h-10Zm20-50h-10v50h10V10Z"/></svg>
<span>Urging Osmosis</span>
</h3>
<div class="menu-experimental-item-links">
<button onclick="newWindow('Meal Kit'); closeMenu();" class="menu-experimental-item-link">
<svg viewBox="0 0 100 100"><path d="M10,10v80h80V10H10z M20,20h60v10H20V20z M20,80V40h60v40H20z"></path></svg>
<span>Open Specimen</span>
</button>
<a href="/fonts/meal-kit/" target="_blank" class="menu-experimental-item-link">
<svg viewBox="0 0 100 100"><rect x="20" y="80" width="20" height="10"/><rect x="10" y="60" width="10" height="20"/><rect x="20" y="50" width="10" height="10"/><rect x="50" y="50" width="10" height="20"/><rect x="40" y="70" width="10" height="10"/><rect x="40" y="30" width="10" height="20"/><rect x="50" y="20" width="10" height="10"/><rect x="60" y="10" width="20" height="10"/><rect x="80" y="20" width="10" height="20"/><rect x="70" y="40" width="10" height="10"/></svg>
<span>Open in New Tab</span>
</a>
<a href="https://github.com/gabrieldrozdov/too-much-type/tree/main/fonts/meal-kit/index.html" target="_blank" class="menu-experimental-item-link">
<svg viewBox="0 0 100 100"><rect x="10" y="40" width="10" height="10"/><rect x="20" y="30" width="10" height="10"/><rect x="20" y="50" width="10" height="10"/><rect x="30" y="70" width="10" height="20"/><rect x="40" y="50" width="10" height="20"/><rect x="50" y="30" width="10" height="20"/><rect x="60" y="10" width="10" height="20"/><rect x="70" y="60" width="10" height="10"/><rect x="80" y="50" width="10" height="10"/><rect x="70" y="40" width="10" height="10"/></svg>
<span>Download Code</span>
</a>
</div>
</div> -->
</section>
</div>
<nav class="dock">
<button class="dock-toggle" onclick="toggleMenu()" id="toggle-menu">
<svg viewBox="0 0 100 100"><rect x="25" y="80" width="20" height="10"/><rect x="45" y="20" width="10" height="60"/><rect x="25" y="10" width="20" height="10"/><rect x="55" y="10" width="20" height="10"/><rect x="55" y="80" width="20" height="10"/></svg>
<span>Fonts</span>
</button>
<button class="dock-toggle" onclick="toggleSettings();" id="toggle-settings">
<svg viewBox="0 0 100 100"><rect x="65" y="65" width="10" height="10"/><rect x="25" y="65" width="10" height="10"/><rect x="15" y="75" width="10" height="10"/><rect x="15" y="15" width="10" height="10"/><rect x="75" y="75" width="10" height="10"/><rect x="65" y="25" width="10" height="10"/><path d="m55,35V10h-10v25h-10v10H10v10h25v10h10v25h10v-25h10v-10h25v-10h-25v-10h-10Zm0,20h-10v-10h10v10Z"/><rect x="25" y="25" width="10" height="10"/><rect x="75" y="15" width="10" height="10"/></svg>
<span>Controls</span>
</button>
<button class="dock-toggle" onclick="toggleInfo()" id="toggle-info">
<svg viewBox="0 0 100 100"><path d="M45,80h10v10h-10v-10ZM45,70h10v-10h-10v10ZM55,60h10v-10h-10v10ZM65,20v30h10v-30h-10ZM35,10v10h30v-10h-30ZM25,40h10v-20h-10v20Z"/></svg>
<span>Info</span>
</button>
<div class="dock-windows"></div>
<div class="dock-clock">
<svg viewBox="0 0 100 100"><rect x="30" y="10" width="40" height="10"/><rect x="30" y="80" width="40" height="10"/><rect x="10" y="30" width="10" height="40"/><rect x="80" y="30" width="10" height="40"/><rect x="70" y="20" width="10" height="10"/><rect x="20" y="20" width="10" height="10"/><rect x="70" y="70" width="10" height="10"/><rect x="20" y="70" width="10" height="10"/><polygon points="50 30 40 30 40 60 70 60 70 50 50 50 50 30"/></svg>
<span id="clock"></span>
</div>
<button class="dock-toggle" onclick="toggleTypey();" id="toggle-typey">
<svg viewBox="0 0 100 100"><path d="M80,70v-20h-10v-20h-10V10h-20v20h-10v20h-10v20h-10v20h20v-20h40v20h20v-20h-10ZM60,60h-20v-20h20v20Z"/></svg>
</button>
</nav>
<div class="settings" data-active="0">
<h2 class="settings-title">
<svg viewBox="0 0 100 100"><rect x="65" y="65" width="10" height="10"/><rect x="25" y="65" width="10" height="10"/><rect x="15" y="75" width="10" height="10"/><rect x="15" y="15" width="10" height="10"/><rect x="75" y="75" width="10" height="10"/><rect x="65" y="25" width="10" height="10"/><path d="m55,35V10h-10v25h-10v10H10v10h25v10h10v25h10v-25h10v-10h25v-10h-25v-10h-10Zm0,20h-10v-10h10v10Z"/><rect x="25" y="25" width="10" height="10"/><rect x="75" y="15" width="10" height="10"/></svg>
<span>Controls</span>
</h2>
<section class="settings-desc">
<p>
Play around using these controls! Click a letter on the desktop to change its size, color, variable axes, or glyph. Add more letters from the Fonts menu. Drag letters around and print your creation!
</p>
</section>
<h2 class="settings-title">
<svg viewBox="0 0 100 100"><path d="m55,40v10h10v-10h-10Zm10,10v10h10v-10h-10Zm-20-20v10h10v-10h-10Zm0,0v-10h-10v-10h-10v70h20v-10h-10V30h10Z"/><polygon points="75 70 75 90 65 90 65 80 55 80 55 70 45 70 45 60 65 60 65 70 75 70"/></svg>
<span>Interface</span>
</h2>
<section class="settings-grid">
<button onclick="changeColorMode();">
<svg viewBox="0 0 100 100"><rect x="35" y="10" width="30" height="10"/><rect x="65" y="60" width="10" height="10"/><rect x="15" y="30" width="10" height="30"/><rect x="25" y="60" width="10" height="10"/><polygon points="55 50 45 50 45 70 35 70 35 90 65 90 65 70 55 70 55 50"/><rect x="55" y="40" width="10" height="10"/><rect x="35" y="40" width="10" height="10"/><rect x="25" y="20" width="10" height="10"/><rect x="65" y="20" width="10" height="10"/><rect x="75" y="30" width="10" height="30"/></svg>
<span>Toggle<br>Color</span>
</button>
</section>
<h2 class="settings-title">
<svg viewBox="0 0 100 100"><path d="m10,10v60h80V10H10Zm70,50H20V20h60v40Z"/><rect x="10" y="80" width="80" height="10"/></svg>
<span>Desktop</span>
</h2>
<section class="settings-grid">
<button onclick="sortDesktop();">
<svg viewBox="0 0 100 100"><rect x="10" y="10" width="20" height="20"/><rect x="40" y="10" width="20" height="20"/><rect x="70" y="10" width="20" height="20"/><rect x="10" y="40" width="20" height="20"/><rect x="40" y="40" width="20" height="20"/><rect x="70" y="40" width="20" height="20"/><rect x="10" y="70" width="20" height="20"/><rect x="40" y="70" width="20" height="20"/><rect x="70" y="70" width="20" height="20"/></svg>
<span>Arrange Desktop</span>
</button>
<button onclick="unsortDesktop();">
<svg viewBox="0 0 100 100"><rect x="20" y="10" width="20" height="20"/><rect x="50" y="20" width="20" height="20"/><rect x="70" y="10" width="20" height="20"/><rect x="10" y="30" width="20" height="20"/><rect x="30" y="50" width="20" height="20"/><rect x="60" y="40" width="20" height="20"/><rect x="20" y="70" width="20" height="20"/><rect x="50" y="60" width="20" height="20"/><rect x="70" y="70" width="20" height="20"/></svg>
<span>Clutter Desktop</span>
</button>
<button onclick="toggleFontNames();">
<svg viewBox="0 0 100 100"><path d="m10,10v60h80V10H10Zm70,50H20V20h60v40Z"/><rect x="10" y="80" width="80" height="10"/></svg>
<span>Toggle Font Names</span>
</button>
<button onclick="clearDesktop();">
<svg viewBox="0 0 100 100"><rect x="10" y="30" width="10" height="40"/><rect x="20" y="70" width="10" height="10"/><rect x="20" y="20" width="10" height="10"/><rect x="80" y="30" width="10" height="40"/><rect x="30" y="80" width="40" height="10"/><rect x="30" y="10" width="40" height="10"/><rect x="70" y="70" width="10" height="10"/><rect x="70" y="20" width="10" height="10"/><rect x="60" y="30" width="10" height="10"/><rect x="50" y="40" width="10" height="10"/><rect x="40" y="50" width="10" height="10"/><rect x="30" y="60" width="10" height="10"/></svg>
<span>Clear<br>Desktop</span>
</button>
<button onclick="randomLetter();">
<svg viewBox="0 0 100 100"><rect x="20" y="20" width="10" height="10"/><rect x="10" y="30" width="10" height="10"/><polygon points="50 40 50 50 20 50 20 40 30 40 30 30 40 30 40 40 50 40"/><polygon points="70 50 70 60 80 60 80 70 60 70 60 20 70 20 70 40 80 40 80 50 70 50"/><rect x="80" y="50" width="10" height="10"/><rect x="30" y="60" width="20" height="10"/><rect x="20" y="70" width="10" height="10"/><rect x="30" y="80" width="20" height="10"/></svg>
<span>Random Letter</span>
</button>
<button onclick="clearDesktop(); initializeDesktop();">
<svg viewBox="0 0 100 100"><rect x="40" y="80" width="20" height="10"/><rect x="30" y="70" width="10" height="10"/><rect x="20" y="60" width="10" height="10"/><polygon points="20 20 10 20 10 50 40 50 40 40 30 40 30 30 20 30 20 20"/><rect x="30" y="20" width="10" height="10"/><rect x="40" y="10" width="20" height="10"/><rect x="60" y="20" width="10" height="10"/><rect x="70" y="30" width="10" height="10"/><rect x="80" y="40" width="10" height="20"/><rect x="70" y="60" width="10" height="10"/><rect x="60" y="70" width="10" height="10"/></svg>
<span>Regenerate Desktop</span>
</button>
<button onclick="printDesktop();">
<svg viewBox="0 0 100 100"><polygon points="80 30 80 90 20 90 20 10 60 10 60 20 30 20 30 80 70 80 70 30 80 30"/><rect x="60" y="20" width="10" height="10"/><rect x="40" y="40" width="20" height="10"/><rect x="40" y="60" width="20" height="10"/></svg>
<span>Print<br>Desktop</span>
</button>
</section>
<h2 class="settings-title">
<svg viewBox="0 0 100 100"><path d="m10,10v80h80V10H10Zm10,70V30h60v50H20Z"/></svg>
<span>Windows</span>
</h2>
<section class="settings-grid">
<button onclick="collectWindows();">
<svg viewBox="0 0 100 100"><path d="m10,10v60h60V10H10Zm10,50v-30h40v30H20Z"/><polygon points="90 20 90 90 20 90 20 80 80 80 80 20 90 20"/></svg>
<span>Collect Windows</span>
</button>
<button onclick="showWindows();">
<svg viewBox="0 0 100 100"><path d="m10,10v80h80V10H10Zm10,70V30h60v50H20Z"/></svg>
<span>Show All Windows</span>
</button>
<button onclick="hideWindows();">
<svg viewBox="0 0 100 100"><rect x="50" y="10" width="10" height="10"/><rect x="10" y="30" width="10" height="10"/><polygon points="90 10 90 30 80 30 80 20 70 20 70 10 90 10"/><rect x="80" y="80" width="10" height="10"/><rect x="10" y="10" width="10" height="10"/><rect x="10" y="50" width="10" height="10"/><polygon points="20 80 30 80 30 90 10 90 10 70 20 70 20 80"/><rect x="60" y="80" width="10" height="10"/><rect x="80" y="60" width="10" height="10"/><rect x="30" y="10" width="10" height="10"/><rect x="80" y="40" width="10" height="10"/><rect x="40" y="80" width="10" height="10"/></svg>
<span>Hide All Windows</span>
</button>
<button onclick="closeWindows();">
<svg viewBox="0 0 100 100"><rect x="10" y="30" width="10" height="40"/><rect x="20" y="70" width="10" height="10"/><rect x="20" y="20" width="10" height="10"/><rect x="80" y="30" width="10" height="40"/><rect x="30" y="80" width="40" height="10"/><rect x="30" y="10" width="40" height="10"/><rect x="70" y="70" width="10" height="10"/><rect x="70" y="20" width="10" height="10"/><rect x="60" y="30" width="10" height="10"/><rect x="50" y="40" width="10" height="10"/><rect x="40" y="50" width="10" height="10"/><rect x="30" y="60" width="10" height="10"/></svg>
<span>Close All Windows</span>
</button>
<button onclick="tileWindows();">
<svg viewBox="0 0 100 100"><path d="m10,10v30h30V10H10Zm20,20h-10v-10h10v10Z"/><path d="m60,10v30h30V10h-30Zm20,20h-10v-10h10v10Z"/><path d="m10,60v30h30v-30H10Zm20,20h-10v-10h10v10Z"/><path d="m60,60v30h30v-30h-30Zm20,20h-10v-10h10v10Z"/></svg>
<span>Tile<br>Windows</span>
</button>
<button onclick="scatterWindows();">
<svg viewBox="0 0 100 100"><path d="m10,20v30h30v-30H10Zm20,20h-10v-10h10v10Z"/><path d="m60,60v30h30v-30h-30Zm20,20h-10v-10h10v10Z"/><path d="m30,50v30h30v-30h-30Zm20,20h-10v-10h10v10Z"/><path d="m60,10v30h30V10h-30Zm20,20h-10v-10h10v10Z"/></svg>
<span>Scatter Windows</span>
</button>
<button onclick="randomWindow();">
<svg viewBox="0 0 100 100"><rect x="40" y="20" width="20" height="10"/><rect x="40" y="70" width="20" height="10"/><polygon points="90 10 90 90 70 90 70 80 80 80 80 20 70 20 70 10 90 10"/><polygon points="70 50 60 50 60 60 40 60 40 50 50 50 50 40 60 40 60 30 70 30 70 50"/><polygon points="20 80 30 80 30 90 10 90 10 10 30 10 30 20 20 20 20 80"/><rect x="30" y="30" width="10" height="10"/></svg>
<span>Random Window</span>
</button>
</section>
</div>
<div class="info" data-active="0">
<h2 class="info-title">
<svg viewBox="0 0 100 100"><path d="M45,80h10v10h-10v-10ZM45,70h10v-10h-10v10ZM55,60h10v-10h-10v10ZM65,20v30h10v-30h-10ZM35,10v10h30v-10h-30ZM25,40h10v-20h-10v20Z"/></svg>
<span>Info</span>
</h2>
<section class="info-desc">
<p>
Too Much Type designs and distributes experimental typefaces and type specimens. Every project is open-source, which means that you're free to use or edit our fonts and code however you like. Enjoy!
</p>
</section>
<h2 class="info-title">
<svg viewBox="0 0 100 100"><rect x="10" y="30" width="10" height="40"/><rect x="20" y="20" width="10" height="10"/><rect x="30" y="10" width="40" height="10"/><rect x="70" y="20" width="10" height="10"/><rect x="80" y="30" width="10" height="40"/><rect x="70" y="70" width="10" height="10"/><rect x="30" y="80" width="40" height="10"/><rect x="20" y="70" width="10" height="10"/><rect x="40" y="30" width="20" height="10"/><rect x="30" y="40" width="10" height="20"/><rect x="40" y="60" width="20" height="10"/></svg>
<span>Credits</span>
</h2>
<section class="info-desc">
<p>
Code and fonts by <a href='https://gabrieldrozdov.com/' target="_blank">Gabriel Drozdov</a>
</p>
<p>
Original designers for remixed fonts:
</p>
<ul>
<li>
<a href='https://authentic.website/sans' target="_blank">AUTHENTIC Sans</a> by Christina Janus and Desmond Wong
</li>
<li>
<a href='https://velvetyne.fr/fonts/avara/' target="_blank">Avara</a> by Raphaël Bastide
</li>
<li>
<a href='https://velvetyne.fr/fonts/degheest/' target="_blank">FT88</a> by Ange Degheest, Mandy Elbé, and Oriane Charvieux
</li>
<li>
<a href='https://fonts.google.com/specimen/Work+Sans' target="_blank">Work Sans</a> by Wei Huang
</li>
</ul>
</section>
<h2 class="info-title">
<svg viewBox="0 0 100 100"><polygon points="30 70 20 70 20 60 10 60 10 90 40 90 40 80 30 80 30 70"/><rect x="20" y="50" width="10" height="10"/><rect x="30" y="40" width="10" height="10"/><rect x="40" y="30" width="10" height="10"/><polygon points="80 30 80 20 70 20 70 10 60 10 60 20 50 20 50 30 60 30 60 40 70 40 70 50 80 50 80 40 90 40 90 30 80 30"/><rect x="60" y="50" width="10" height="10"/><rect x="50" y="40" width="10" height="10"/><rect x="50" y="60" width="10" height="10"/><rect x="40" y="70" width="10" height="10"/></svg>
<span>Other Projects by Gabriel Drozdov</span>
</h2>
<section class="info-desc">
<div class="info-desc-brands">
<a href='https://noreplica.com/' target="_blank"><img src="/assets/ui/logo-noreplica.svg"></a>
<a href='https://gdwithgd.com/' target="_blank"><img src="/assets/ui/logo-gdwithgd.svg"></a>
<a href='https://barcoloudly.com/' target="_blank"><img src="/assets/ui/logo-barcoloudly.svg"></a>
</div>
</section>
</div>
<div class="desktop">
<div class="desktop-settings" data-active="0">
<div class="desktop-settings-titlebar">
<h3 class="desktop-settings-font">
<svg viewBox="0 0 100 100"><rect x="25" y="80" width="20" height="10"></rect><rect x="45" y="20" width="10" height="60"></rect><rect x="25" y="10" width="20" height="10"></rect><rect x="55" y="10" width="20" height="10"></rect><rect x="55" y="80" width="20" height="10"></rect></svg>
<span class="desktop-settings-font-name">Typeface</span>
</h3>
<button class="desktop-settings-close">
<svg viewBox="0 0 100 100"><rect x="10" y="80" width="10" height="10"></rect><rect x="20" y="70" width="10" height="10"></rect><rect x="30" y="60" width="10" height="10"></rect><rect x="40" y="40" width="20" height="20"></rect><rect x="60" y="30" width="10" height="10"></rect><rect x="70" y="20" width="10" height="10"></rect><rect x="80" y="10" width="10" height="10"></rect><rect x="10" y="10" width="10" height="10"></rect><rect x="20" y="20" width="10" height="10"></rect><rect x="30" y="30" width="10" height="10"></rect><rect x="60" y="60" width="10" height="10"></rect><rect x="70" y="70" width="10" height="10"></rect><rect x="80" y="80" width="10" height="10"></rect></svg>
</button>
</div>
<div class="desktop-settings-content">
<button class="desktop-settings-specimen">
<svg viewBox="0 0 100 100"><path d="M10,10v80h80V10H10z M20,20h60v10H20V20z M20,80V40h60v40H20z"></path></svg>
<span>Open Specimen</span>
</button>
<a class="desktop-settings-download" href="">
<svg viewBox="0 0 100 100"><polygon points="35 60 35 50 45 50 45 10 55 10 55 50 65 50 65 60 55 60 55 70 45 70 45 60 35 60"/><rect x="25" y="40" width="10" height="10"/><rect x="65" y="40" width="10" height="10"/><polygon points="90 60 90 90 10 90 10 60 20 60 20 80 80 80 80 60 90 60"/></svg>
<span>Download Font</span>
</a>
<div class="desktop-settings-variable"></div>
<div class="desktop-settings-variation">
<label>Size</label>
<input type="range" name="size" min="8" max="256" value="48" class="desktop-settings-size">
</div>
<div class="desktop-settings-variation">
<label>Color</label>
<input type="range" name="color" min="0" max="360" value="60" class="desktop-settings-color">
</div>
<button class="desktop-settings-change">
<svg viewBox="0 0 100 100"><polygon points="30 70 20 70 20 60 10 60 10 90 40 90 40 80 30 80 30 70"></polygon><rect x="20" y="50" width="10" height="10"></rect><rect x="30" y="40" width="10" height="10"></rect><rect x="40" y="30" width="10" height="10"></rect><polygon points="80 30 80 20 70 20 70 10 60 10 60 20 50 20 50 30 60 30 60 40 70 40 70 50 80 50 80 40 90 40 90 30 80 30"></polygon><rect x="60" y="50" width="10" height="10"></rect><rect x="50" y="40" width="10" height="10"></rect><rect x="50" y="60" width="10" height="10"></rect><rect x="40" y="70" width="10" height="10"></rect></svg>
<span>Change Glyph</span>
</button>
<button class="desktop-settings-duplicate">
<svg viewBox="0 0 100 100"><path d="m10,10v60h60V10H10Zm10,50V20h40v40H20Z"></path><polygon points="90 20 90 90 20 90 20 80 80 80 80 20 90 20"></polygon></svg>
<span>Duplicate</span>
</button>
<button class="desktop-settings-delete">
<svg viewBox="0 0 100 100"><rect x="10" y="30" width="10" height="40"></rect><rect x="20" y="70" width="10" height="10"></rect><rect x="20" y="20" width="10" height="10"></rect><rect x="80" y="30" width="10" height="40"></rect><rect x="30" y="80" width="40" height="10"></rect><rect x="30" y="10" width="40" height="10"></rect><rect x="70" y="70" width="10" height="10"></rect><rect x="70" y="20" width="10" height="10"></rect><rect x="60" y="30" width="10" height="10"></rect><rect x="50" y="40" width="10" height="10"></rect><rect x="40" y="50" width="10" height="10"></rect><rect x="30" y="60" width="10" height="10"></rect></svg>
<span>Delete</span>
</button>
</div>
</div>
<div class="desktop-letterset" data-active="0">
<div class="desktop-letterset-titlebar">
<h3 class="desktop-letterset-font">
<svg viewBox="0 0 100 100"><rect x="25" y="80" width="20" height="10"/><rect x="45" y="20" width="10" height="60"/><rect x="25" y="10" width="20" height="10"/><rect x="55" y="10" width="20" height="10"/><rect x="55" y="80" width="20" height="10"/></svg>
<span class="desktop-letterset-name"></span>
</h3>
<button class="desktop-letterset-close">
<svg viewBox="0 0 100 100"><rect x="10" y="80" width="10" height="10"></rect><rect x="20" y="70" width="10" height="10"></rect><rect x="30" y="60" width="10" height="10"></rect><rect x="40" y="40" width="20" height="20"></rect><rect x="60" y="30" width="10" height="10"></rect><rect x="70" y="20" width="10" height="10"></rect><rect x="80" y="10" width="10" height="10"></rect><rect x="10" y="10" width="10" height="10"></rect><rect x="20" y="20" width="10" height="10"></rect><rect x="30" y="30" width="10" height="10"></rect><rect x="60" y="60" width="10" height="10"></rect><rect x="70" y="70" width="10" height="10"></rect><rect x="80" y="80" width="10" height="10"></rect></svg>
</button>
</div>
<div class="desktop-letterset-content"></div>
</div>
</div>
</main>
<script src="script.js"></script>
</body>
</html>