> For the complete documentation index, see [llms.txt](https://docs.ohmyapp.io/main/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.ohmyapp.io/main/guide/develop_app/4/style/text-font.md).

# 글자

**글자 크기** : 블록의 글자 크기를 설정할 수 있어요.

* 형식 : 숫자
* 추천 사용 값 : 최소 크기 12, 콘텐츠 내용 크기 15, 제목 크기 17, 20

**글자 색상** : 블록의 글자 색상을 설정할 수 있어요.

* 형식 : 기본 설정 색상, 헥스 코드
* 추천 사용 값 : Base0, BaseP1, BaseP2, BaseM1, BaseM2, BaseM3

**글자 굵기** : 블록의 글자 굵기를 설정할 수 있어요.

* 형식 : regular, medium, bold

> \#텍스트, #글자 모양, #글씨체, #글자 스타일, #텍스트 스타일, #글자 두께

2023.08.03 Jinny

**Letter**

**Letter size**: You can set the letter size of building blocks.

* Format: Numeric values
* Recommended usage values: Minimum size of 12, content size of 15, title size of 17, 20

**Letter color**: You can set the letter color of building blocks.

* Format: default color, hex code
* Recommended usage values: Base0, BaseP1, BaseP2, BaseM1, BaseM2, BaseM3

**Letter thickness**: You can adjust the letter thickness of building blocks.

* Type: regular, medium, bold

2023.07.28 Song<br>


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://docs.ohmyapp.io/main/guide/develop_app/4/style/text-font.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
