We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0c4b6a4 commit 708f666Copy full SHA for 708f666
1 file changed
src/index.html
@@ -10,7 +10,13 @@
10
content="Site dedicated to and maintained by SFU's Computing Science Student Society"
11
/>
12
<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 />
+ <link
14
+ rel="preload"
15
+ href="/fonts/montserrat-regular.woff2"
16
+ as="font"
17
+ type="font/woff2"
18
+ crossorigin
19
+ />
20
<meta name="google-site-verification" content="cqWcS1zaOJ2pgBionnStXvsaOEvnyCylR_lZGVaKgyk" />
21
<meta property="og:title" content="SFU Computing Science Student Society" />
22
<meta property="og:type" content="website" />
0 commit comments