Skip to content

Commit 9e30c3a

Browse files
author
Russell Maier
committed
font change
1 parent be704d6 commit 9e30c3a

File tree

5 files changed

+21
-6
lines changed

5 files changed

+21
-6
lines changed

fonts/Arvo-Regular.ttf

39.4 KB
Binary file not shown.

fonts/Mulish-Light.ttf

87.2 KB
Binary file not shown.

fonts/Mulish-Medium.ttf

87.2 KB
Binary file not shown.

fonts/Mulish-Regular.ttf

87.2 KB
Binary file not shown.

header.php

Lines changed: 21 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -29,18 +29,18 @@
2929

3030

3131
<!-- This calls GEA typography -->
32-
32+
<!--
3333
<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> -->
3535

3636
<!-- 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'"> -->
3939

4040
<!-- Arvo loads very last to speed up first load.-->
41-
41+
<!--
4242
<link href="https://fonts.googleapis.com/css2?family=Arvo&display=swap" rel="stylesheet" media="print" onload="this.media='all'">
43-
43+
-->
4444

4545
<!-- This calls our webmanifest wich turns our page into a progress web app (PWA)
4646
<link rel="manifest" href="manifest.webmanifest">-->
@@ -94,6 +94,21 @@ function appMenu() {
9494

9595
<STYLE>
9696

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+
97112

98113
#full-page {
99114

0 commit comments

Comments
 (0)