nhn / tui.editor

🍞📝 Markdown WYSIWYG Editor. GFM Standard + Chart & UML Extensible.
http://ui.toast.com/tui-editor
MIT License
17.19k stars 1.75k forks source link

Remove font-family Malgun Gothic #1301

Open fdddf opened 3 years ago

fdddf commented 3 years ago

Describe the bug

It's unusal character font with the font "Malgun Gothic", strong advice to remove this font-family.

To Reproduce

Text "直接“ , ”置换“

Expected behavior

A clear and concise description of what you expected to happen. Remove the font-family "Malgun Gothic" in code-mirror and preview.

Screenshots

Snipaste_2020-12-11_14-17-18

Desktop (please complete the following information):

Smartphone (please complete the following information):

seonim-ryu commented 3 years ago

@fdddf First of all, you can override CSS when using it in your service. I'll discuss and report on the issue of excluding the problematic font family.

.te-md-container .CodeMirror {
  // style override
}

And can you confirm one more? If you remove the "Malgun Gothic" you mentioned, it would be appreciated if you could take a screenshot to see if it appears correctly.