-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
58 lines (58 loc) · 2.8 KB
/
index.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
<!doctype html>
<head>
<meta charset="utf-8">
<html lang="en" >
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>A History of Western Typography</title>
<meta name="description" content="A visualization of the history of typography">
<link rel="apple-touch-icon" sizes="180x180" href="favicon_io/apple-touch-icon.png">
<link rel="icon" type="image/png" sizes="32x32" href="favicon_io/favicon-32x32.png">
<link rel="icon" type="image/png" sizes="16x16" href="favicon_io/favicon-16x16.png">
<link rel="manifest" href="favicon_io/site.webmanifest">
<link rel="stylesheet" href="./main.css">
</head>
<body>
<h1>A History of Western Typography</h1>
<p id = "p1">The other day, my peaceful quarantine bliss was interrupted by loud thoughts, thoughts about fonts, and they wouldn't stop:
<br>
<br>
<br>
<br>
<br>
<br>
<br>
<br>
<br>
<br>
After taking copious notes from font databases (yes, those exist), I compiled them into this visualization.
</p>
<ul>
<li>Who is Times New Roman's Grandaddy?</li> <br>
<li>Why is Comic Sans the laughing stock of
popular culture?</li><br>
<li>If <i>sans</i> is French for <i>without</i>, who stole what from the sans serif fonts?</li>
<br>
<li> Are they called italics because they are Italian?</li>
</ul>
<img class = "pic_leg" src="./legend_type.svg" alt="legend" height="255" width="75%" y="1000">
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.4.1/jquery.min.js"></script>
<script src="https://d3js.org/d3-hierarchy.v1.min.js"></script>
<script src="./imakewebthings-waypoints-34d9f6d/lib/jquery.waypoints.min.js"></script>
<script src="./imakewebthings-waypoints-34d9f6d/lib/shortcuts/sticky.min.js"></script>
<script src="https://d3js.org/d3-array.v2.min.js"></script>
<script src="https://d3js.org/d3-color.v1.min.js"></script>
<script src="https://d3js.org/d3-format.v1.min.js"></script>
<script src="https://d3js.org/d3-interpolate.v1.min.js"></script>
<script src="https://d3js.org/d3-time.v1.min.js"></script>
<script src="https://d3js.org/d3-time-format.v2.min.js"></script>
<script src="https://d3js.org/d3-scale.v3.min.js"></script>
<script src="https://d3js.org/d3.v5.min.js"></script>
<script src="https://d3js.org/d3-path.v1.min.js"></script>
<script src="https://d3js.org/d3-shape.v1.min.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/d3-legend/2.25.6/d3-legend.min.js"></script>
<script src="https://code.jquery.com/jquery-migrate-3.0.0.min.js"></script>
<script src="./scroll_elements.js" type="text/JavaScript"> </script>
<script src="./tree.js" type="text/JavaScript"> </script>
<script src="./open_source_points.js" type="text/JavaScript"> </script>
</body>
</html>