Update index.html
Browse files- index.html +3 -4
index.html
CHANGED
@@ -7,8 +7,8 @@
|
|
7 |
src: url("/Stencil.otf");
|
8 |
}
|
9 |
@font-face {
|
10 |
-
font-family:
|
11 |
-
src: url("
|
12 |
}
|
13 |
@font-face {
|
14 |
font-family: Aldrich;
|
@@ -21,7 +21,6 @@
|
|
21 |
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/normalize/5.0.0/normalize.min.css">
|
22 |
<link rel="apple-touch-icon" sizes="180x180" href="/apple-touch-icon.png" />
|
23 |
<link rel="manifest" href="manifest.json" />
|
24 |
-
<link rel='stylesheet' href='https://fonts.googleapis.com/css?family=Roboto'>
|
25 |
<link rel='stylesheet' href='https://fonts.googleapis.com/css?family=Aldrich'>
|
26 |
<link rel="stylesheet" href="./style.css">
|
27 |
<script src="https://cdnjs.cloudflare.com/ajax/libs/prefixfree/1.0.7/prefixfree.min.js"></script>
|
@@ -40,7 +39,7 @@
|
|
40 |
<div class="font-options">
|
41 |
<h3>Select Font</h3>
|
42 |
<div class="font-option" onclick="changeFont('Stencil')">Stencil</div>
|
43 |
-
<div class="font-option" onclick="changeFont('
|
44 |
<div class="font-option" onclick="changeFont('Aldrich')">Aldrich</div>
|
45 |
</div>
|
46 |
<div class="toggle-options">
|
|
|
7 |
src: url("/Stencil.otf");
|
8 |
}
|
9 |
@font-face {
|
10 |
+
font-family: Rails;
|
11 |
+
src: url("/Rails.otf");
|
12 |
}
|
13 |
@font-face {
|
14 |
font-family: Aldrich;
|
|
|
21 |
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/normalize/5.0.0/normalize.min.css">
|
22 |
<link rel="apple-touch-icon" sizes="180x180" href="/apple-touch-icon.png" />
|
23 |
<link rel="manifest" href="manifest.json" />
|
|
|
24 |
<link rel='stylesheet' href='https://fonts.googleapis.com/css?family=Aldrich'>
|
25 |
<link rel="stylesheet" href="./style.css">
|
26 |
<script src="https://cdnjs.cloudflare.com/ajax/libs/prefixfree/1.0.7/prefixfree.min.js"></script>
|
|
|
39 |
<div class="font-options">
|
40 |
<h3>Select Font</h3>
|
41 |
<div class="font-option" onclick="changeFont('Stencil')">Stencil</div>
|
42 |
+
<div class="font-option" onclick="changeFont('Rails')">Rails</div>
|
43 |
<div class="font-option" onclick="changeFont('Aldrich')">Aldrich</div>
|
44 |
</div>
|
45 |
<div class="toggle-options">
|