> 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/id/basis-pengetahuan/039-fonts-appearing-incorrectly.md).

# Font ditampilkan secara tidak benar

Terkadang, font dapat tampak terdistorsi atau dirender secara tidak benar di penampil PDF. Jika semuanya sudah benar dalam kode, font seharusnya tetap tampil dengan benar di file PDF yang diunduh.

Untuk mengatasi masalah font yang tidak ditampilkan dengan benar, silakan coba langkah-langkah berikut:

1. Pastikan zoom browser Anda diatur ke 100% atau "ukuran sebenarnya."
2. Gunakan kontrol zoom penampil PDF Overleaf untuk menyesuaikan zoom pada PDF yang ditampilkan seperti dijelaskan [di sini](/latex/id/basis-pengetahuan/097-is-there-a-way-to-adjust-the-zoom-level-of-the-displayed-pdf.md).

Jika masalah berlanjut, silakan coba mengubah penampil PDF dari **Overleaf** ke **Browser** dengan menggunakan petunjuk yang ditemukan [di sini](/latex/id/basis-pengetahuan/027-changing-pdf-viewer.md).

Jika font tidak ditampilkan dengan baik di file PDF yang diunduh, mungkin ada masalah dengan kode LaTeX Anda. Untuk mempelajari lebih lanjut tentang cara mengubah jenis huruf di LaTeX, lihat [dokumentasi](/latex/id/font/02-font-typefaces.md). Langkah pertama dalam mengatasi masalah tampilan adalah untuk [memperbaiki semua kesalahan kompilasi yang dilaporkan di proyek Anda](/latex/id/pertanyaan-and-jawaban/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/id/basis-pengetahuan/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.
