Tentative de corriger le téléchargement de fontes, encore.
ci/woodpecker/push/woodpecker Pipeline was successful

This commit is contained in:
2026-03-20 02:11:14 +01:00
parent 983235c1fb
commit 4c61145399
2 changed files with 10 additions and 10 deletions
+8 -8
View File
@@ -7,40 +7,40 @@
<style>
{{ with resources.Get "fonts/IosevkaTermSS04-Regular.woff2" }}
@font-face {
font-family: "monospace";
font-family: "Iosevka";
src:
url("{{ .RelPermalink }}"),
url("{{ .RelPermalink }}") format('woff2'),
local("Courier New");
}
{{ end }}
{{ with resources.Get "fonts/IosevkaTermSS04-Italic.woff2" }}
@font-face {
font-family: "monospace";
font-family: "Iosevka";
font-style: italic;
src:
url("{{ .RelPermalink }}"),
url("{{ .RelPermalink }}") format('woff2'),
local("Courier New");
}
{{ end }}
{{ with resources.Get "fonts/IosevkaTermSS04-Bold.woff2" }}
@font-face {
font-family: "monospace";
font-family: "Iosevka";
font-weight: bold;
src:
url("{{ .RelPermalink }}"),
url("{{ .RelPermalink }}") format('woff2'),
local("Courier New");
}
{{ end }}
{{ with resources.Get "fonts/IosevkaTermSS04-BoldItalic.woff2" }}
@font-face {
font-family: "monospace";
font-family: "Iosevka";
font-style: italic;
font-weight: bold;
src:
url("{{ .RelPermalink }}"),
url("{{ .RelPermalink }}") format('woff2'),
local("Courier New");
}
{{ end }}