我不喜欢等宽字体(它适合编码,但不适合在论坛上打字),所以通过将此 CSS 添加到我的主题中将其改回了(如果有什么更好的方法,请告诉我!)
.d-editor-container--rich-editor-enabled .d-editor-textarea-wrapper textarea.d-editor-input {
font-family: var(--font-family) !important;
font-size: var(--base-font-size) !important;
line-height: var(--line-height-large) !important;
}