> For the complete documentation index, see [llms.txt](https://overleaf-pro.ayaka.space/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://overleaf-pro.ayaka.space/latex/ko/knowledge-base/039-fonts-appearing-incorrectly.md).

# 글꼴이 잘못 표시됨

때때로 PDF 뷰어에서 글꼴이 왜곡되어 보이거나 잘못 렌더링될 수 있습니다. 코드가 모두 올바르다면, 다운로드한 PDF 파일에서는 글꼴이 올바르게 표시되어야 합니다.

글꼴이 올바르게 표시되지 않는 문제를 해결하려면 다음을 시도해 보세요:

1. 브라우저 확대/축소가 100% 또는 "실제 크기"로 설정되어 있는지 확인하세요.
2. 설명된 대로 Overleaf PDF 뷰어의 확대/축소 컨트롤을 사용하여 표시된 PDF의 확대/축소를 조정하세요 [여기](/latex/ko/knowledge-base/097-is-there-a-way-to-adjust-the-zoom-level-of-the-displayed-pdf.md).

문제가 계속되면 PDF 뷰어를 다음에서 변경해 보세요 **Overleaf** 을 **브라우저** 다음에 있는 안내를 사용하여 [여기](/latex/ko/knowledge-base/027-changing-pdf-viewer.md).

다운로드한 PDF 파일에서 글꼴이 제대로 표시되지 않는다면, LaTeX 코드에 문제가 있을 수 있습니다. LaTeX에서 글꼴을 변경하는 방법에 대해 자세히 알아보려면 저희의 [문서](/latex/ko/fonts/02-font-typefaces.md). 표시 문제를 해결하는 첫 번째 단계는 [프로젝트에서 보고된 모든 컴파일 오류를 수정하는 것입니다](/latex/ko/questions-and-answers/81-tips-and-tricks-for-troubleshooting-latex.md).


---

# 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://overleaf-pro.ayaka.space/latex/ko/knowledge-base/039-fonts-appearing-incorrectly.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.
