-
Notifications
You must be signed in to change notification settings - Fork 13
/
Copy pathdownload.html
103 lines (102 loc) · 3.78 KB
/
download.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
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title>TT2020 | More Information</title>
<style>img{width:42em}</style>
<link rel="stylesheet" href="style.css" type="text/css">
</head>
<body>
<h2>DOWNLOAD.</h2>
<p>
<a href="https://github.com/ctrlcctrlv/TT2020/archive/master.zip">Download all fonts & documentation</a>, or:
</p>
<h2><span style="color:rgba(1,1,1,0)">̌</span>DOWNLOAD INDIVI<span style="color:rgba(1,1,1,0)">̌</span>DUAL STYLES.</h2>
<p>
In general, the TTF is most useful. However, if you will be using my fonts on your website, use the WOFF2 to save on your bandwidth bill. :-)
</p>
<p>
All of the fonts on this page are licensed under the <a href="https://scripts.sil.org/cms/scripts/page.php?site_id=nrsi&id=OFL#5667e9e4">SIL Open Font License</a>, version 1.1.<br/>
These documentation pages are licensed under the <a href="https://creativecommons.org/licenses/by/3.0/">Creative Commons Attribution 3.0 License</a>.
</p>
<!-- === Begin output from fonts.sh === -->
<h2>Base Style</h2>
<h3>Regular</h3>
<img src="TT2020Base-Regular.png">
<a href="../dist/TT2020Base-Regular.ttf">TT2020Base-Regular.ttf</a>
164K<br/>
<a href="../dist/TT2020Base-Regular.woff2">TT2020Base-Regular.woff2</a>
64K<br/>
<h3>Italic</h3>
<img src="TT2020Base-Italic.png">
<a href="../dist/TT2020Base-Italic.ttf">TT2020Base-Italic.ttf</a>
72K<br/>
<a href="../dist/TT2020Base-Italic.woff2">TT2020Base-Italic.woff2</a>
32K<br/>
<h2>Style B</h2>
<h3>Regular</h3>
<img src="TT2020StyleB-Regular.png">
<a href="../dist/TT2020StyleB-Regular.ttf">TT2020StyleB-Regular.ttf</a>
3.5M<br/>
<a href="../dist/TT2020StyleB-Regular.woff2">TT2020StyleB-Regular.woff2</a>
1.9M<br/>
<h3>Italic</h3>
<img src="TT2020StyleB-Italic.png">
<a href="../dist/TT2020StyleB-Italic.ttf">TT2020StyleB-Italic.ttf</a>
4.2M<br/>
<a href="../dist/TT2020StyleB-Italic.woff2">TT2020StyleB-Italic.woff2</a>
1.9M<br/>
<h2>Style D</h2>
<h3>Regular</h3>
<img src="TT2020StyleD-Regular.png">
<a href="../dist/TT2020StyleD-Regular.ttf">TT2020StyleD-Regular.ttf</a>
2.9M<br/>
<a href="../dist/TT2020StyleD-Regular.woff2">TT2020StyleD-Regular.woff2</a>
844K<br/>
<h3>Italic</h3>
<img src="TT2020StyleD-Italic.png">
<a href="../dist/TT2020StyleD-Italic.ttf">TT2020StyleD-Italic.ttf</a>
3.7M<br/>
<a href="../dist/TT2020StyleD-Italic.woff2">TT2020StyleD-Italic.woff2</a>
1.4M<br/>
<h2>Style E</h2>
<h3>Regular</h3>
<img src="TT2020StyleE-Regular.png">
<a href="../dist/TT2020StyleE-Regular.ttf">TT2020StyleE-Regular.ttf</a>
3.3M<br/>
<a href="../dist/TT2020StyleE-Regular.woff2">TT2020StyleE-Regular.woff2</a>
1.8M<br/>
<h3>Italic</h3>
<img src="TT2020StyleE-Italic.png">
<a href="../dist/TT2020StyleE-Italic.ttf">TT2020StyleE-Italic.ttf</a>
4.1M<br/>
<a href="../dist/TT2020StyleE-Italic.woff2">TT2020StyleE-Italic.woff2</a>
1.8M<br/>
<h2>Style F</h2>
<h3>Regular</h3>
<img src="TT2020StyleF-Regular.png">
<a href="../dist/TT2020StyleF-Regular.ttf">TT2020StyleF-Regular.ttf</a>
84M<br/>
<a href="../dist/TT2020StyleF-Regular.woff2">TT2020StyleF-Regular.woff2</a>
31M<br/>
<a href="../dist/TT2020StyleF-Regular-ASCII.ttf">TT2020StyleF-Regular-ASCII.ttf</a>
9.0M<br/>
<a href="../dist/TT2020StyleF-Regular-ASCII.woff2">TT2020StyleF-Regular-ASCII.woff2</a>
3.4M<br/>
<h2>Style G</h2>
<h3>Regular</h3>
<img src="TT2020StyleG-Regular.png">
<a href="../dist/TT2020StyleG-Regular.ttf">TT2020StyleG-Regular.ttf</a>
96M<br/>
<a href="../dist/TT2020StyleG-Regular.woff2">TT2020StyleG-Regular.woff2</a>
19M<br/>
<a href="../dist/TT2020StyleG-Regular-ASCII.ttf">TT2020StyleG-Regular-ASCII.ttf</a>
11M<br/>
<a href="../dist/TT2020StyleG-Regular-ASCII.woff2">TT2020StyleG-Regular-ASCII.woff2</a>
2.3M<br/>
<!-- End output from fonts.sh -->
</p>
<hr>
<p>Content © Fredrick R. Brennan, originally released on 1 January 2020</p>
</body>
</html>