-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathindex.html
More file actions
47 lines (45 loc) · 1.59 KB
/
index.html
File metadata and controls
47 lines (45 loc) · 1.59 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
43
44
45
46
47
<!DOCTYPE html>
<html lang="en">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8"/>
<link type="text/css" href="css/styles.css" media="all" rel="stylesheet">
<title>Xerographer Fonts</title>
</head>
<style>
body {
background: #fff;
margin: 0px;
padding: 0px;
font-family: Helvetica, Arial, liberationsans, freesans, sans-serif;
}
div.font img {
width: 800px;
}
</style>
<body>
<div id="content">
<img src="xerographer.png"/>
<h1>Xerographer Fonts</h1>
<ul>
<li><a href="http://www.xerographer.com/">Xerographer.com</a></li>
<li><a href="https://www.facebook.com/xerographer">Xerographer on Facebook</a></li>
<li><a href="http://www.dafont.com/max-infeld.d3584">Xerographer on dafont.com</a></li>
</ul>
<br/>
<br/>
<div>Open Source Creative Commons Licensed SVG-in-OpenType Polychromatic Color Fonts</div>
<div class="font">
<a href="gradiently"><img title="Gradiently Color Font details" src="gradiently/gradiently-preview.png"></a>
</div>
<div class="font">
<a href="multicoloure"><img title="Multicoloure Color Font details" src="multicoloure/multicoloure-preview.png"></a>
</div>
<div class="font">
<a href="reinebow"><img title="Reinebow Color Font details" src="reinebow/reinebow-preview.png"></a>
</div>
<div class="font">
<a href="freizer"><img title="Freizer Color Font details" src="freizer/freizer-preview.png"></a>
</div>
</div>
</body>
</html>