Actually use the preloaded CSS

This commit is contained in:
Richard van der Hoff 2023-02-21 19:54:16 +00:00
parent c08c189ac1
commit 66e075f879

View file

@ -13,6 +13,7 @@
Google Fonts manually via a script:
https://github.com/matrix-org/matrix-spec/tree/main/static/css/fonts
*/}}
<link rel="stylesheet" href="{{ "/css/fonts/Inter.css" | relURL }}">
<link rel="preload" href="{{ "/css/fonts/Inter.css" | relURL }}" as="style">
{{ $scss := "scss/custom.scss"}}