Skip to content

Commit e665e45

Browse files
authored
Swap out Google Font for Bunny Font CDN (#115)
1 parent bc13341 commit e665e45

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

templates/layout.tmpl

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -32,9 +32,9 @@
3232
<!-- Custom CSS -->
3333
<link href="/public/css/app.css" rel="stylesheet">
3434

35-
<!-- Google Fonts -->
36-
<link rel="preconnect" href="https://fonts.gstatic.com/" crossorigin>
37-
<link href="https://fonts.googleapis.com/css2?family=Germania+One&family=Montserrat:wght@400;500;700;800;900&display=swap" rel="stylesheet">
35+
<!-- Fonts -->
36+
<link rel="preconnect" href="https://fonts.bunny.net">
37+
<link href="https://fonts.bunny.net/css?family=Germania+One&family=Montserrat:wght@400;500;700;800;900&display=swap" rel="stylesheet">
3838

3939
{{ partial "css" }}
4040
</head>

0 commit comments

Comments
 (0)