We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bc13341 commit e665e45Copy full SHA for e665e45
1 file changed
templates/layout.tmpl
@@ -32,9 +32,9 @@
32
<!-- Custom CSS -->
33
<link href="/public/css/app.css" rel="stylesheet">
34
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">
+ <!-- Fonts -->
+ <link rel="preconnect" href="https://fonts.bunny.net">
+ <link href="https://fonts.bunny.net/css?family=Germania+One&family=Montserrat:wght@400;500;700;800;900&display=swap" rel="stylesheet">
38
39
{{ partial "css" }}
40
</head>
0 commit comments