-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathspiderwire.html
More file actions
42 lines (42 loc) · 1.31 KB
/
spiderwire.html
File metadata and controls
42 lines (42 loc) · 1.31 KB
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
<html><head>
<title>SW</title>
<meta charset="UTF-8">
<link rel="stylesheet" href="/css/khak.css" type="text/css" id="theme"></link>
<link rel="icon" href='/media/SWN.png'></link>
</head>
<body style="font-family: 'SpiderWireMono'; font-size: 30pt;">
<h2>The SpiderWire font
<image src="/media/moon.svg" id="themech"
width="30" height="30" title="change theme">
</image>
<script type="text/javascript" src="/js/theme.js">
</script>
</h2>
<div style="font-size: 20pt;">
<a href="/media/SpiderWireMono-Regular.otf" download>download</a>
<a href="https://codeberg.org/Wezl/fonts">source</a>
</div>
<div class="fg">
<ul >
<li>Skinny</li>
<li>Mono-spaced version</li>
<li>Open Source</li>
<li>That's it; no other features</li>
</ul><br>
<textarea rows="10" cols="40" name="text" placeholder="try it"
style="font-family: 'SpiderWireMono'; font-size: 30pt;
font-weight: 500; margin: 0.25in; white-space: nowrap;">
abcdefghijklm
nopqrstuvwxyz
ABCDEFGHIJKLM
NOPQRSTUVWXYZ
0123456789 ~`
[\|/?.:;<>"']
{!@#$%^&*(-)}
+=_-⍺⍵⍋⍒⌿⍲⍱£
αβγδεζηθικλμν
ξοπρστυφχψω.ς
ΑΒΓΔΕΖΗΘΙΚΛΜΝ
ΞΟΠΡΣΤΥΦΧΨΩ</textarea>
</div>
</body></html>