+15
-1
index.html
+15
-1
index.html
···
6
6
<title>Go90 Social</title>
7
7
<link rel="icon" type="image/svg+xml" href="favicon.svg" />
8
8
<style>
9
+
@font-face {
10
+
font-family: "Innovator Grotesk";
11
+
src: url("InnovatorGroteskVF-VF.ttf") format("truetype");
12
+
font-weight: 100 900;
13
+
font-stretch: 75% 125%;
14
+
font-style: normal;
15
+
}
16
+
9
17
*,
10
18
*::before,
11
19
*::after {
···
40
48
}
41
49
42
50
body {
43
-
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
51
+
font-family:
52
+
"Innovator Grotesk",
53
+
-apple-system,
54
+
BlinkMacSystemFont,
55
+
"Segoe UI",
56
+
Roboto,
57
+
sans-serif;
44
58
background: var(--go90-blue);
45
59
color: white;
46
60
min-height: 100vh;