Fix FOUT causing layout shift on full page load
All checks were successful
Docker Image CI / build (push) Successful in 3m5s

This commit is contained in:
James Chapman 2024-10-13 16:42:58 +01:00
parent 00e17497bf
commit d64870bf4f
Signed by: jamsch0
GPG Key ID: 765FE58130277547

View File

@ -11,6 +11,7 @@
<base href="/" />
<link rel="preload" as="font" type="font/woff2" href="lib/inter/files/inter-latin-wght-normal.woff2" crossorigin />
<link rel="stylesheet" type="text/css" href="@Assets["lib/inter/index.css"]" data-turbo-track="reload" />
<link rel="stylesheet" type="text/css" href="@Assets["css/main.css"]" data-turbo-track="reload" />