# 최근 메타에서 글꼴 크기가 커졌나요? (데스크톱 기준)

**URL:** https://meta.discourse.org/t/font-size-recently-increased-on-meta-on-desktop/308914
**Category:** Site feedback
**Created:** [5월 21, 2024, 8:18오후 UTC](https://meta.discourse.org/t/font-size-recently-increased-on-meta-on-desktop/308914 "2024-05-21T20:18:23Z")
**Posts on this page:** 1
**Showing post:** 2

<div class="post-metadata">

### Author: ![awesomerobot](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/awesomerobot/32/142900_2.png) [@awesomerobot](https://meta.discourse.org/u/awesomerobot)
#### Post date: [5월 21, 2024, 8:25오후 UTC](https://meta.discourse.org/t/font-size-recently-increased-on-meta-on-desktop/308914/2 "2024-05-21T20:25:52Z")

</div>

네, 이제 글꼴 크기가 1px 더 커졌습니다. 이 변경 사항은 다음과 같은 위치에서 수행되었습니다:

> <https://github.com/discourse/discourse/commit/5c09792f79f40b057f5da9a38de71b3ec2d2241d>

일반적으로 16px은 브라우저의 기본 크기이며, 이는 접근성 측면에서 좋은 시작점으로 간주됩니다. [Minimum font size? | Accessible Web](https://accessibleweb.com/question-answer/minimum-font-size/)

더 작은 15px 크기를 선호하는 경우, 테마에 다음을 추가하여 변경할 수 있습니다:

```scss
:root {
 --base-font-size: 0.938em; // eq. to 15px
 --base-font-size-larger: 1.063em; // eq. to 17px
 --base-font-size-largest: 1.118em; // eq. to 19px
}

```

---

_[View the full topic](https://meta.discourse.org/t/font-size-recently-increased-on-meta-on-desktop/308914)._
