From 12e538966edd1306cb6bf50ea88db68fe0f36565 Mon Sep 17 00:00:00 2001 From: Palanikannan1437 <73993394+Palanikannan1437@users.noreply.github.com> Date: Tue, 13 Feb 2024 17:01:50 +0530 Subject: [PATCH] chore: reverting back font --- packages/editor/core/src/styles/editor.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/editor/core/src/styles/editor.css b/packages/editor/core/src/styles/editor.css index d0ab0fce8..b0d2a1021 100644 --- a/packages/editor/core/src/styles/editor.css +++ b/packages/editor/core/src/styles/editor.css @@ -123,7 +123,7 @@ ul[data-type="taskList"] li[data-checked="true"] > div > p { outline: none; cursor: text; line-height: 1.2; - font-family: "system-ui"; + font-family: inherit; font-size: 14px; color: inherit; -moz-box-sizing: border-box;