From 7ec6a3651550bd766f3f2d2539fe7248f657c52a Mon Sep 17 00:00:00 2001 From: servostar <72654954+Servostar@users.noreply.github.com> Date: Thu, 10 Oct 2024 16:35:20 +0200 Subject: [PATCH] fix: removed font overwrite for KaTeX elements (#377) --- .../features/editor/components/math/math.module.css | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/apps/client/src/features/editor/components/math/math.module.css b/apps/client/src/features/editor/components/math/math.module.css index 9edb8873..0bd15f7f 100644 --- a/apps/client/src/features/editor/components/math/math.module.css +++ b/apps/client/src/features/editor/components/math/math.module.css @@ -17,10 +17,6 @@ color: light-dark(var(--mantine-color-red-8), var(--mantine-color-red-7)); background-color: light-dark(var(--mantine-color-gray-0), var(--mantine-color-gray-8)); } - - &:not(.error, .empty) * { - font-family: KaTeX_Main, Times New Roman, serif; - } } .mathBlock { @@ -52,10 +48,4 @@ color: light-dark(var(--mantine-color-red-8), var(--mantine-color-red-7)); background-color: light-dark(var(--mantine-color-gray-0), var(--mantine-color-gray-8)); } - - &:not(.error, .empty) * { - font-family: KaTeX_Main, Times New Roman, serif; - } } - -