Skip to content

Commit 708f666

Browse files
committed
fix: change the main font to preload
1 parent 0c4b6a4 commit 708f666

1 file changed

Lines changed: 7 additions & 1 deletion

File tree

src/index.html

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,13 @@
1010
content="Site dedicated to and maintained by SFU's Computing Science Student Society"
1111
/>
1212
<link rel="icon" type="image/x-icon" href="static/icons/favicon_colourful.svg" />
13-
<link rel="preload" href="/fonts/inter-regular.woff2" as="font" type="font/woff2" crossorigin />
13+
<link
14+
rel="preload"
15+
href="/fonts/montserrat-regular.woff2"
16+
as="font"
17+
type="font/woff2"
18+
crossorigin
19+
/>
1420
<meta name="google-site-verification" content="cqWcS1zaOJ2pgBionnStXvsaOEvnyCylR_lZGVaKgyk" />
1521
<meta property="og:title" content="SFU Computing Science Student Society" />
1622
<meta property="og:type" content="website" />

0 commit comments

Comments
 (0)