From 2882bebc994bc337d8eb8040a76d987fcb832db0 Mon Sep 17 00:00:00 2001 From: antux18 Date: Sun, 12 Jun 2022 19:35:36 +0200 Subject: [PATCH] Correction de la police du site. --- static/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/static/style.css b/static/style.css index 82bce66..abc54f5 100644 --- a/static/style.css +++ b/static/style.css @@ -10,7 +10,7 @@ body { background: var(--bg); margin: 0px; padding: 0px; - font-family: "ubuntu", "sans"; + font-family: "ubuntu", sans-serif; color: var(--fg); }