> 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/zh-tw/zhi-shi-ku/039-fonts-appearing-incorrectly.md).

# 字型顯示不正確

有時，在 PDF 檢視器中，字型可能看起來變形或呈現不正確。若程式碼中的一切都正確，下載的 PDF 檔案中仍應正確顯示字型。

若要解決字型無法正確顯示的問題，請嘗試以下方法：

1. 請確保瀏覽器縮放設定為 100% 或「實際大小」。
2. 請使用 Overleaf PDF 檢視器的縮放控制項，依照說明調整所顯示 PDF 的縮放比例 [這裡](/latex/zh-tw/zhi-shi-ku/097-is-there-a-way-to-adjust-the-zoom-level-of-the-displayed-pdf.md).

如果問題仍然存在，請嘗試將 PDF 檢視器從 **Overleaf** 到 **瀏覽器** 使用所找到的說明 [這裡](/latex/zh-tw/zhi-shi-ku/027-changing-pdf-viewer.md).

如果字型在下載的 PDF 檔案中未正確顯示，您的 LaTeX 程式碼可能有問題。若要進一步了解如何在 LaTeX 中變更字體，請參閱我們的 [說明文件](/latex/zh-tw/zi-xing/02-font-typefaces.md)。解決顯示問題的第一步是 [修正專案中回報的所有編譯錯誤](/latex/zh-tw/wen-yu-da/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/zh-tw/zhi-shi-ku/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.
