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; - } } - -