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
+2 -2
View File
@@ -38,7 +38,7 @@ $fg: $fg1;
// Body.
body {
font-family: "monospace";
font-family: "Iosevka", "monospace";
font-size: 1.2rem;
color: $fg;
background-color: $bg;
@@ -50,7 +50,7 @@ body {
// Firefox a tendance à proposer sa propre fonte à taille fixe sur <code>, donc
// on la force ici pour être homogène avec <body>.
code {
font-family: "monospace";
font-family: "Iosevka", "monospace";
}
// Links.