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

# 字体显示不正确

有时，字体在 PDF 查看器中可能会显得失真或渲染不正确。如果代码中的所有内容都正确，那么下载的 PDF 文件中的字体仍应正确显示。

要解决字体无法正确显示的问题，请尝试以下方法：

1. 请确保浏览器缩放设置为 100% 或“实际大小”。
2. 使用 Overleaf PDF 查看器的缩放控件来调整所显示 PDF 的缩放比例，如下所述 [这里](/latex/zh-cn/zhi-shi-ku/097-is-there-a-way-to-adjust-the-zoom-level-of-the-displayed-pdf.md).

如果问题仍然存在，请尝试将 PDF 查看器从 **Overleaf** 更改为 **浏览器** 按照在中找到的说明使用 [这里](/latex/zh-cn/zhi-shi-ku/027-changing-pdf-viewer.md).

如果字体在下载的 PDF 文件中没有正常显示，您的 LaTeX 代码可能存在问题。要了解更多关于如何在 LaTeX 中更改字体样式的信息，请查看我们的 [文档](/latex/zh-cn/zi-ti/02-font-typefaces.md)。解决显示问题的第一步是 [修复项目中报告的所有编译错误](/latex/zh-cn/wen-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-cn/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.
