File tree Expand file tree Collapse file tree 5 files changed +21
-6
lines changed Expand file tree Collapse file tree 5 files changed +21
-6
lines changed Original file line number Diff line number Diff line change 29
29
30
30
31
31
<!-- This calls GEA typography -->
32
-
32
+ <!--
33
33
<link rel="preconnect" href="https://fonts.googleapis.com">
34
- <link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
34
+ <link rel="preconnect" href="https://fonts.gstatic.com" crossorigin> -->
35
35
36
36
<!-- Mulish loads first for first page view-->
37
-
38
- <link href="https://fonts.googleapis.com/css2?family=Mulish:wght@300;500&display=swap" rel="stylesheet" media="print" onload="this.media='all'">
37
+ <!--
38
+ <link href="https://fonts.googleapis.com/css2?family=Mulish:wght@300;500&display=swap" rel="stylesheet" media="print" onload="this.media='all'"> -->
39
39
40
40
<!-- Arvo loads very last to speed up first load.-->
41
-
41
+ <!--
42
42
<link href="https://fonts.googleapis.com/css2?family=Arvo&display=swap" rel="stylesheet" media="print" onload="this.media='all'">
43
-
43
+ -->
44
44
45
45
<!-- This calls our webmanifest wich turns our page into a progress web app (PWA)
46
46
<link rel="manifest" href="manifest.webmanifest">-->
@@ -94,6 +94,21 @@ function appMenu() {
94
94
95
95
<STYLE>
96
96
97
+ @font-face {
98
+ font-family: "Mulish";
99
+ src: url("../fonts/Mulish-Regular.ttf");
100
+ font-display: swap;
101
+ }
102
+
103
+ @font-face {
104
+ font-family: "Arvo";
105
+ src: url("../fonts/Arvo-regular.");
106
+ font-display: swap;
107
+ }
108
+
109
+
110
+
111
+
97
112
98
113
#full-page {
99
114
You can’t perform that action at this time.
0 commit comments