-
Notifications
You must be signed in to change notification settings - Fork 130
Expand file tree
/
Copy pathindex.html
More file actions
37 lines (36 loc) · 1.17 KB
/
index.html
File metadata and controls
37 lines (36 loc) · 1.17 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
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta name="viewport" content="initial-scale=1">
<link rel="stylesheet" type="text/css" href="style/hella.css">
<link rel="stylesheet" type="text/css" href="style/hella-style.css">
<link rel="stylesheet" type="text/css" href="style/style.css">
<script type="text/javascript" src="js/typerip.js"></script>
<title>Cazum's TypeRip</title>
<style>
</style>
</head>
<body>
<div class="grid">
<div class="row">
<div class="column header">
<span>TypeRip</span>
</div>
<div class="column ten">
</div>
</div>
<div class="row">
<div class="column eight">
<input class="full-width" type="text" placeholder="Full Adobe Typekit font family url (https://typekit.com/fonts/jaf-domus)" id="input_url" onkeypress="urlEntryKeypress(event);"></input>
</div>
<div class="column four">
<a href="javascript:ripFonts();" class="button full-width" id="b3">rip fonts</a>
</div>
</div>
<div id="font_gallery">
<p>TypeRip - The Adobe TypeKit Font Ripper.</p>
<p>Enter an Adobe TypeKit font family URL, click 'rip fonts', then click on the font(s) you want to download.</p>
</div>
</div>
</div>