Place webfont at the bottom of the page

This commit is contained in:
Jimmy Cai 2020-08-22 16:14:12 +02:00
parent e5dc445b22
commit 18148dbc4f
2 changed files with 1 additions and 2 deletions

View file

@ -0,0 +1 @@
<link href="https://fonts.googleapis.com/css2?family=Lato:wght@300;400;700&display=swap" rel="stylesheet">

View file

@ -1,5 +1,3 @@
<link href="https://fonts.googleapis.com/css2?family=Lato:wght@300;400;700&display=swap" rel="stylesheet">
{{ $sass := resources.Get "scss/style.scss" }} {{ $sass := resources.Get "scss/style.scss" }}
{{ $style := $sass | resources.ToCSS | minify }} {{ $style := $sass | resources.ToCSS | minify }}
<link rel="stylesheet" href="{{ $style.Permalink }}"> <link rel="stylesheet" href="{{ $style.Permalink }}">