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;