Update index.html
Browse files- index.html +5 -0
index.html
CHANGED
@@ -14,6 +14,10 @@
|
|
14 |
font-family: Aldrich;
|
15 |
src: url("https://fonts.gstatic.com/s/aldrich/v10/MCoLzAbNqrnQxod8bUzPAJZY.woff2");
|
16 |
}
|
|
|
|
|
|
|
|
|
17 |
</style>
|
18 |
<meta charset="UTF-8">
|
19 |
<title>Standby</title>
|
@@ -42,6 +46,7 @@
|
|
42 |
<div class="font-option" onclick="changeFont('Stencil')">Stencil</div>
|
43 |
<div class="font-option" onclick="changeFont('Rails')">Rails</div>
|
44 |
<div class="font-option" onclick="changeFont('Aldrich')">Aldrich</div>
|
|
|
45 |
</div>
|
46 |
<div class="toggle-options">
|
47 |
<h3>Toggle Options</h3>
|
|
|
14 |
font-family: Aldrich;
|
15 |
src: url("https://fonts.gstatic.com/s/aldrich/v10/MCoLzAbNqrnQxod8bUzPAJZY.woff2");
|
16 |
}
|
17 |
+
@font-face {
|
18 |
+
font-family: Digital;
|
19 |
+
src: url("/Digital.ttf");
|
20 |
+
}
|
21 |
</style>
|
22 |
<meta charset="UTF-8">
|
23 |
<title>Standby</title>
|
|
|
46 |
<div class="font-option" onclick="changeFont('Stencil')">Stencil</div>
|
47 |
<div class="font-option" onclick="changeFont('Rails')">Rails</div>
|
48 |
<div class="font-option" onclick="changeFont('Aldrich')">Aldrich</div>
|
49 |
+
<div class="font-option" onclick="changeFont('Digital')">Digital</div>
|
50 |
</div>
|
51 |
<div class="toggle-options">
|
52 |
<h3>Toggle Options</h3>
|