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

# Schriftarten werden falsch angezeigt

Manchmal können Schriftarten im PDF-Viewer verzerrt erscheinen oder falsch gerendert werden. Wenn im Code alles korrekt ist, sollte die Schrift auch in der heruntergeladenen PDF-Datei korrekt angezeigt werden.

Um das Problem zu beheben, dass Schriftarten nicht korrekt angezeigt werden, versuchen Sie bitte Folgendes:

1. Stellen Sie sicher, dass der Zoom Ihres Browsers auf 100 % oder „tatsächliche Größe“ eingestellt ist.
2. Verwenden Sie die Zoom-Steuerungen des Overleaf-PDF-Viewers, um den Zoom des angezeigten PDFs anzupassen, wie beschrieben [hier](/latex/de/wissensdatenbank/097-is-there-a-way-to-adjust-the-zoom-level-of-the-displayed-pdf.md).

Wenn das Problem weiterhin besteht, versuchen Sie bitte, den PDF-Viewer zu wechseln von **Overleaf** zu **Browser** mithilfe der Anweisungen unter [hier](/latex/de/wissensdatenbank/027-changing-pdf-viewer.md).

Wenn die Schriftart in der heruntergeladenen PDF-Datei nicht richtig angezeigt wird, liegt möglicherweise ein Problem mit Ihrem LaTeX-Code vor. Um mehr darüber zu erfahren, wie Sie die Schriftart in LaTeX ändern, sehen Sie sich unsere [Dokumentation](/latex/de/schriftarten/02-font-typefaces.md). Der erste Schritt zur Behebung von Anzeigeproblemen ist es, [alle in Ihrem Projekt gemeldeten Kompilierungsfehler zu beheben](/latex/de/fragen-and-antworten/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/de/wissensdatenbank/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.
