css font tweaks

This commit is contained in:
Julien Dessaux 2023-06-30 07:28:00 +02:00
parent c24917f12b
commit f9cc3f9926
Signed by: adyxax
GPG key ID: F92E51B86E07177E
5 changed files with 8 additions and 14 deletions

View file

@ -13,10 +13,9 @@
{{- $code := resources.Get "code.css" -}}
{{- $footer := resources.Get "footer.css" -}}
{{- $header := resources.Get "header.css" -}}
{{- $home := resources.Get "home.css" -}}
{{- $pagination := resources.Get "pagination.css" -}}
{{- $responsive := resources.Get "responsive.css" -}}
{{- $allCss := slice $base $code $footer $header $home $pagination $responsive | resources.Concat "static/all.css" | fingerprint | minify -}}
{{- $allCss := slice $base $code $footer $header $pagination $responsive | resources.Concat "static/all.css" | fingerprint | minify -}}
<link rel="stylesheet" href="{{ $allCss.Permalink }}">
{{ range .AlternativeOutputFormats -}}