From 65f704041a30cab2825daba80c4a52f34cea4b20 Mon Sep 17 00:00:00 2001 From: "C. Fuhrman" Date: Tue, 17 Sep 2024 01:48:38 -0400 Subject: [PATCH] =?UTF-8?q?Affichage=20de=20\\neq=20(katex)=20n'est=20pas?= =?UTF-8?q?=20correct=20(KaTeX=5FMain=20n'est=20pas=20charg=C3=A9e=3F)=20F?= =?UTF-8?q?ixes=20#96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- client/index.html | 22 ++++++++++++++----- .../components/Questions/questionStyle.css | 4 ++++ 2 files changed, 21 insertions(+), 5 deletions(-) diff --git a/client/index.html b/client/index.html index ad2b63b..f8b3732 100644 --- a/client/index.html +++ b/client/index.html @@ -4,11 +4,23 @@ - + + + + Évalue Ton Savoir diff --git a/client/src/components/Questions/questionStyle.css b/client/src/components/Questions/questionStyle.css index 07a2be0..8009a4b 100644 --- a/client/src/components/Questions/questionStyle.css +++ b/client/src/components/Questions/questionStyle.css @@ -31,6 +31,10 @@ text-align: center; } +.katex * { + font-family: 'KaTeX_Main' /* to display characters like \neq properly */ +} + .circle { height: 2.3rem; width: 2.3rem;