# 如何更改文本编辑器的字体？

**URL:** <https://meta.discourse.org/t/how-do-i-change-the-font-of-the-text-editor/393922>\
**Category:** Support\
**Created:** [2026年一月20日 20:10 UTC](https://meta.discourse.org/t/how-do-i-change-the-font-of-the-text-editor/393922 "2026-01-20T20:10:10Z")\
**Posts on this page:** 1\
**Showing post:** 2

<div class="post-metadata">

**Author:** ![pfaffman](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/pfaffman/32/120154_2.png) [@pfaffman](https://meta.discourse.org/u/pfaffman)\
**Post date:** [2026年一月20日 20:17 UTC](https://meta.discourse.org/t/how-do-i-change-the-font-of-the-text-editor/393922/2 "2026-01-20T20:17:49Z")

</div>

> [@sam](#):
>
> 您可以在您的网站上引入主题和组件，覆盖此字体选择只需 3 行 CSS。

这看起来很有希望成功：

```plaintext
.d-editor-container .d-editor-textarea-wrapper textarea.d-editor-input {
    font-family: Verdana, Geneva, Tahoma, sans-serif !important;
}

```

---

_[View the full topic](https://meta.discourse.org/t/how-do-i-change-the-font-of-the-text-editor/393922)._
