-
Notifications
You must be signed in to change notification settings - Fork 0
/
fonts.html
53 lines (51 loc) · 1.46 KB
/
fonts.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
<!doctype html>
<html>
<head>
<title>Font Case</title>
<link rel="stylesheet" type="text/css" href="fonts.css" />
<link
href="https://api.fontshare.com/v2/css?f[]=amulya@1,2&display=swap"
rel="stylesheet"
/>
</head>
<body>
<div class="logo">
<img
class="logo-image"
width="32"
height="32"
src="images/fontcase_4.png"
alt=""
/>
<h2>Font Case</h2>
</div>
<details>
<summary>How does Font Case work?</summary>
<p>
Font Case works automatically upon installing. You just surf the web, as
usual, and Font Case keeps track of every font you run into.
</p>
<p>
All the different fonts and the sites you found them will be gathered in
here.
</p>
<p>
Same fonts found on same sites will be grouped together. Same fonts
found in <em>different</em> sites will <b>not</b> be grouped together.
</p>
<p>
The list is sorted in inverse chronological order; last found, first.
</p>
<p>
If the font is installed in your computer, it will be displayed
properly; otherwise we fall back to this site's font,
<a class="link-amulya" href="https://www.fontshare.com/fonts/amulya"
>Amulya</a
>.
</p>
</details>
<ul id="fontList"></ul>
<script src="fonts.js"></script>
<button id="removeFonts">Reset fonts</button>
</body>
</html>