From 9d5c5be367984f5ca007d75b1c55fc5821668d02 Mon Sep 17 00:00:00 2001 From: Maxime Lalo Date: Thu, 14 Dec 2023 17:06:52 +0100 Subject: [PATCH] :bug: Trying to fix the font --- src/front/index.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/front/index.scss b/src/front/index.scss index e3442de1..e797f16f 100644 --- a/src/front/index.scss +++ b/src/front/index.scss @@ -67,5 +67,5 @@ a:hover { .Toastify__toast-body { font-size: 14px; - font-family: Inter; + font-family: "Inter", sans-serif !important; }