# 마크다운 전용 편집기의 모노스페이스 폰트

**URL:** https://meta.discourse.org/t/monospace-font-in-the-markdown-only-editor/359936
**Category:** Announcements
**Tags:** composer
**Created:** [4월 1, 2025, 3:49오전 UTC](https://meta.discourse.org/t/monospace-font-in-the-markdown-only-editor/359936 "2025-04-01T03:49:49Z")
**Posts on this page:** 1
**Showing post:** 30

<div class="post-metadata">

### Author: ![Shauny](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/shauny/32/362012_2.png) [@Shauny](https://meta.discourse.org/u/Shauny)
#### Post date: [7월 10, 2025, 8:57오전 UTC](https://meta.discourse.org/t/monospace-font-in-the-markdown-only-editor/359936/30 "2025-07-10T08:57:32Z")

</div>

모노스페이스 폰트가 마음에 들지 않아서(코딩에는 좋지만 포럼에 글쓰기에는 부적합) 제 테마에 아래 CSS를 추가해서 원래대로 되돌렸습니다(더 나은 방법이 있으면 알려주세요!)

```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;
}

```

---

_[View the full topic](https://meta.discourse.org/t/monospace-font-in-the-markdown-only-editor/359936)._
