Update index.html
Browse files- index.html +4 -1
index.html
CHANGED
@@ -18,6 +18,10 @@
|
|
18 |
font-family: Digital;
|
19 |
src: url("/Digital.ttf");
|
20 |
}
|
|
|
|
|
|
|
|
|
21 |
</style>
|
22 |
<meta charset="UTF-8">
|
23 |
<title>Standby</title>
|
@@ -25,7 +29,6 @@
|
|
25 |
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/normalize/5.0.0/normalize.min.css">
|
26 |
<link rel="apple-touch-icon" sizes="180x180" href="/apple-touch-icon.png" />
|
27 |
<link rel="manifest" href="manifest.json" />
|
28 |
-
<link rel='stylesheet' href='https://fonts.googleapis.com/css?family=Roboto'>
|
29 |
<link rel='stylesheet' href='https://fonts.googleapis.com/css?family=Aldrich'>
|
30 |
<link rel="stylesheet" href="./style.css">
|
31 |
<script src="https://cdnjs.cloudflare.com/ajax/libs/prefixfree/1.0.7/prefixfree.min.js"></script>
|
|
|
18 |
font-family: Digital;
|
19 |
src: url("/Digital.ttf");
|
20 |
}
|
21 |
+
@font-face {
|
22 |
+
font-family: SF;
|
23 |
+
src: url("/SF-Pro-Display-Regular.otf");
|
24 |
+
}
|
25 |
</style>
|
26 |
<meta charset="UTF-8">
|
27 |
<title>Standby</title>
|
|
|
29 |
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/normalize/5.0.0/normalize.min.css">
|
30 |
<link rel="apple-touch-icon" sizes="180x180" href="/apple-touch-icon.png" />
|
31 |
<link rel="manifest" href="manifest.json" />
|
|
|
32 |
<link rel='stylesheet' href='https://fonts.googleapis.com/css?family=Aldrich'>
|
33 |
<link rel="stylesheet" href="./style.css">
|
34 |
<script src="https://cdnjs.cloudflare.com/ajax/libs/prefixfree/1.0.7/prefixfree.min.js"></script>
|