mirror of
https://github.com/matrix-org/matrix-spec
synced 2026-03-26 13:04:10 +01:00
Actually use the preloaded CSS
This commit is contained in:
parent
c08c189ac1
commit
66e075f879
|
|
@ -13,6 +13,7 @@
|
||||||
Google Fonts manually via a script:
|
Google Fonts manually via a script:
|
||||||
https://github.com/matrix-org/matrix-spec/tree/main/static/css/fonts
|
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">
|
<link rel="preload" href="{{ "/css/fonts/Inter.css" | relURL }}" as="style">
|
||||||
|
|
||||||
{{ $scss := "scss/custom.scss"}}
|
{{ $scss := "scss/custom.scss"}}
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue