-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathsans-forgetica-font-preview.html
49 lines (44 loc) · 1.33 KB
/
sans-forgetica-font-preview.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
<html>
<head>
<meta charset="utf-8" />
<title>Sans Forgetica Font Preview</title>
</head>
<body>
<style>
.card {
font-family: "Sans Forgetica", arial, serif;
font-size: 80px;
text-align: center;
color: black;
background-color: white;
}
.hanzi {
font-size: 200px;
font-family: arial, serif;
}
.caption {
font-family: "Sans Forgetica", arial, serif;
font-size: 40px;
}
</style>
<h1 class="card">Sans Forgetica Font Preview</h1>
<p class="card">
0123456789
<br/>
abcdefghijklmnopqrstuvwxyz
<br/>
ABCDEFGHIJKLMNOPQRSTUVWXYZ
<br/>
ǎěǐǒǔǖǘǚǜǍĚǏǑǓǕǗǙǛ
<br/>
The quick brown fox jumped over the lazy brown dog
</p>
<p class="caption">
Sans Forgetica is a font from RMIT University designed using the principles of cognitive psychology to help you to better remember your study notes. This fork adds glyphs for Chinese hànyǔ pīnyīn characters.
<br/><br/>
Download the latest version from the <a href="https://github.com/akovacs/sans-forgetica-extended/releases">Github Releases page</a>, or the unmodified version without hànyǔ pīnyīn characters <a href="https://www.1001fonts.com/sans-forgetica-font.html">from 1001 Fonts</a>.
<br/><br/>
Sans Forgetica is licensed under the <a href="https://creativecommons.org/licenses/by-nc/3.0/">Creative Commons Attribution-NonCommercial License (CC BY-NC)</a>.
</p>
</body>
</html>