forked from bewest/literatewebfont
-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
40 lines (38 loc) · 1.07 KB
/
index.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
---
layout: default
title: Literate Web Font
id: foobar
---
<article>
<style type="text/css">
I IMG {
height: 1em;
width: 1em;
}
.icon-meraki-miles {
color: green;
font-size: 250%;
}
</style>
<h1>Smoke Test</h1>
<p>If there is a dot here, it's working: <i class="icon-dot"></i>
</p>
<h2>Test using a twitter icon</h2>
<p>webfont+css generated content trickery:
<i class="icon-twitter-bird"></i>
</p>
<p>png: <i><img src="images/twitter-bird.png" /></i> </p>
<h2>Test using a blank glyph from by hand </h2>
<p>webfont+css generated content trickery: <i class="icon-blank"></i>
<p>Hi Miles: <i class="icon-meraki-miles"></i>
<p>dot: <i class="icon-dot"></i> </p>
<h3>Design fonts with ease</h3>
<ol>
<li><tt
>git clone https://github.com/bewest/literatewebfont.git</tt></li>
<li>Edit the glyphs in <tt>./glyphs</tt></li>
<li>
Run <tt>rake font:publish[glyphs]</tt> Enjoy your new font.</li>
</ol>
{% include simple.html %}
</article>