From 4c611453992bf98f920b544bbbd1c903ead60a47 Mon Sep 17 00:00:00 2001 From: Alexis Lahouze Date: Fri, 20 Mar 2026 02:11:14 +0100 Subject: [PATCH] =?UTF-8?q?Tentative=20de=20corriger=20le=20t=C3=A9l=C3=A9?= =?UTF-8?q?chargement=20de=20fontes,=20encore.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- assets/style/main.scss | 4 ++-- layouts/_partials/head.html | 16 ++++++++-------- 2 files changed, 10 insertions(+), 10 deletions(-) diff --git a/assets/style/main.scss b/assets/style/main.scss index c51c746..aee44ec 100644 --- a/assets/style/main.scss +++ b/assets/style/main.scss @@ -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 , donc // on la force ici pour être homogène avec . code { - font-family: "monospace"; + font-family: "Iosevka", "monospace"; } // Links. diff --git a/layouts/_partials/head.html b/layouts/_partials/head.html index b575f0e..8663c19 100644 --- a/layouts/_partials/head.html +++ b/layouts/_partials/head.html @@ -7,40 +7,40 @@