From 7dc02552f3891465bf27e65cd714b81250c35c1a Mon Sep 17 00:00:00 2001 From: Alexis Lahouze Date: Thu, 19 Mar 2026 23:48:53 +0100 Subject: [PATCH] =?UTF-8?q?Am=C3=A9lioration=20de=20la=20fonte=20pour=20.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- assets/style.scss | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/assets/style.scss b/assets/style.scss index bdc4e0a..040fb3c 100644 --- a/assets/style.scss +++ b/assets/style.scss @@ -38,7 +38,7 @@ $fg: $fg1; // Body. body { - font-family: 'monospace'; + font-family: "monospace"; font-size: 1.2rem; color: $fg; background-color: $bg; @@ -47,6 +47,12 @@ body { margin-right: auto; } +// Firefox a tendance à proposer sa propre fonte à taille fixe sur , donc +// on la force ici pour être homogène avec . +code { + font-family: "monospace"; +} + // Links. a { outline: none;