Remove Inter font CSS

This doesn't look like it is used?
This commit is contained in:
Chris Banes 2022-10-15 20:31:36 +01:00 committed by GitHub
parent d5b36ee226
commit a5242ce7a6
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -121,7 +121,6 @@
{{ if templates.Exists "partials/extend-head.html" }} {{ if templates.Exists "partials/extend-head.html" }}
{{ partialCached "extend-head.html" .Site }} {{ partialCached "extend-head.html" .Site }}
{{ end }} {{ end }}
<link rel="stylesheet" href="https://rsms.me/inter/inter.css">
{{/* Firebase */}} {{/* Firebase */}}
{{ with $.Site.Params.firebase }} {{ with $.Site.Params.firebase }}