5 lines
257 B
HTML
5 lines
257 B
HTML
|
<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 }}">
|