mirror of
https://github.com/CaiJimmy/hugo-theme-stack.git
synced 2024-11-23 10:21:46 +01:00
Place webfont at the bottom of the page
This commit is contained in:
parent
e5dc445b22
commit
18148dbc4f
2 changed files with 1 additions and 2 deletions
|
@ -0,0 +1 @@
|
|||
<link href="https://fonts.googleapis.com/css2?family=Lato:wght@300;400;700&display=swap" rel="stylesheet">
|
|
@ -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" }}
|
||||
{{ $style := $sass | resources.ToCSS | minify }}
|
||||
<link rel="stylesheet" href="{{ $style.Permalink }}">
|
Loading…
Reference in a new issue