-
Notifications
You must be signed in to change notification settings - Fork 4
/
index.html
37 lines (37 loc) · 1.21 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
<!doctype html>
<html>
<head>
<title>Google Font OpenType Feature Preview</title>
<meta charset="utf-8">
<meta name="description" content="">
<meta name="viewport" content="width=device-width, initial-scale=1">
<script src="dist/vendor.bundle.js"></script>
<script src="dist/bundle.js"></script>
</head>
<body>
<div class="ui">
<div class="font-selector">
<div class="fonts"></div>
</div>
<div class="previewer">
<div class="preview" contenteditable>
<p class="font-name"></p>
<p>The quick brown fox jumps over the lazy dog.</p>
<p>Grumpy wizards make toxic brew for the evil Queen and Jack.</p>
<p>The glass is 1/2 full.</p>
<p>Aa Bb Cc Dd Ee Ff Gg Hh Ii Jj Kk Ll Mm Nn Oo Pp Qq Rr Ss Tt Uu Vv Ww Xx Yy Zz
0123456789</p>
<p>AA AE AO AU AV AY IJ OE OO TZ Th aa ae ao au av ay ct eT et ff ffi ffj ffl fh fi fj fl fs ft ij oe oo ss st tz ue ui</p>
</div>
</div>
<div class="feature-selector">
<div class="font-info">
<div class="font-name"></div>
<div class="font-weight"></div>
<div class="font-style"></div>
</div>
<div class="features"></div>
</div>
</div>
</body>
</html>