> 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/it/base-di-conoscenza/039-fonts-appearing-incorrectly.md).

# I caratteri vengono visualizzati in modo errato

A volte, i font possono sembrare distorti o essere renderizzati in modo errato nel visualizzatore PDF. Se tutto è corretto nel codice, il font dovrebbe comunque apparire correttamente nel file PDF scaricato.

Per risolvere il problema dei font che non vengono visualizzati correttamente, prova quanto segue:

1. Assicurati che lo zoom del browser sia impostato al 100% o su "dimensioni effettive".
2. Usa i controlli di zoom del visualizzatore PDF di Overleaf per regolare lo zoom del PDF visualizzato come descritto [qui](/latex/it/base-di-conoscenza/097-is-there-a-way-to-adjust-the-zoom-level-of-the-displayed-pdf.md).

Se il problema persiste, prova a cambiare il visualizzatore PDF da **Overleaf** su **Browser** utilizzando le istruzioni trovate [qui](/latex/it/base-di-conoscenza/027-changing-pdf-viewer.md).

Se il font non viene visualizzato correttamente nel file PDF scaricato, potrebbe esserci un problema nel tuo codice LaTeX. Per saperne di più su come cambiare il carattere tipografico in LaTeX, dai un'occhiata al nostro [documentazione](/latex/it/caratteri/02-font-typefaces.md). Il primo passo per risolvere i problemi di visualizzazione è [correggere tutti gli errori di compilazione segnalati nel tuo progetto](/latex/it/domande-e-risposte/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/it/base-di-conoscenza/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.
