> 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/ja/narejjibsu/039-fonts-appearing-incorrectly.md).

# フォントが正しく表示されない

PDFビューアで、フォントが歪んで見えたり、正しくレンダリングされなかったりすることがあります。コード上ですべて正しければ、ダウンロードしたPDFファイルでもフォントは正しく表示されるはずです。

フォントが正しく表示されない問題を解決するには、次の手順をお試しください。

1. ブラウザのズームが100%または「実際のサイズ」に設定されていることを確認してください。
2. OverleafのPDFビューアのズーム操作を使用して、表示されているPDFのズームを説明されているように調整してください [こちらで](/latex/ja/narejjibsu/097-is-there-a-way-to-adjust-the-zoom-level-of-the-displayed-pdf.md).

問題が解決しない場合は、PDFビューアを次のものから変更してみてください **Overleaf** から **ブラウザ** 次の手順を使用してください [こちらで](/latex/ja/narejjibsu/027-changing-pdf-viewer.md).

ダウンロードしたPDFファイルでフォントが正しく表示されない場合、LaTeXコードに問題がある可能性があります。LaTeXで書体を変更する方法の詳細については、弊社の [ドキュメント](/latex/ja/fonto/02-font-typefaces.md)。表示上の問題を解決する最初のステップは、 [プロジェクトで報告されているすべてのコンパイルエラーを修正することです](/latex/ja/to-2/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/ja/narejjibsu/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.
