This commit is contained in:
2023-07-30 23:36:36 +05:00
parent 34aad47a49
commit 6f0ba9484f
2 changed files with 0 additions and 13 deletions

View File

@ -22,12 +22,6 @@
{{- template "_internal/opengraph.html" . -}}
{{- template "_internal/twitter_cards.html" . -}}
{{ if .Site.Params.useCDN | default false -}}
<link href="https://fonts.googleapis.com/css2?family=IBM+Plex+Mono:ital,wght@1,500&display=swap" rel="stylesheet">
<link href="https://fonts.googleapis.com/css2?family=Fira+Sans&display=swap" rel="stylesheet">
<link href="https://fonts.googleapis.com/css?family=Roboto+Mono" rel="stylesheet">
{{- else -}}
<link href="{{ $fontstyle.Permalink }}" rel="stylesheet">
{{ end }}
{{ $style := resources.Get "css/main.css" | fingerprint }}