Tentative de corriger le téléchargement de fontes, encore.
ci/woodpecker/push/woodpecker Pipeline was successful
ci/woodpecker/push/woodpecker Pipeline was successful
This commit is contained in:
@@ -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 }}
|
||||
|
||||
Reference in New Issue
Block a user