# Website auf Google Fonts prüfen

In diesem Artikel zeigen wir dir, wie du einfach prüfen kannst ob dein Shop Google Fonts importiert oder Fonts von deinem Server lädt.

1. Rufe die Entwicklerkonsole in deinem Browser auf:
   1. Windows: **Strg +Umschalt +J**
   2. Mac: **Cmd + Option + J**
   3. Oft auch mit "Q" oder über den Punkt "Untersuchen" im Rechtsklick-Menü erreichbar
2. Prüfe welche Resourcen derzeit von deinem Shop geladen werden
   * **Chrome**:
     1. Klicke auf den Reiter "**Sources**"
     2. In der linken Spalte sehen Sie die Daten, welche derzeit geladen werden
   * **Firefox**:
     1. Klicken Sie hier auf den Reiter "**Netzwerkanalyse**"
     2. Geben im Eingabefeld "**fonts**" ein
     3. Im Anschluss werden dir die Fonts angezeigt, welche aktuell geladen werden
3. Prüfe ob es einen Eintrag "fonts.googleapis.com" und "fonts.gstatic.com" gibt

**Chrome (alternative Methode):**

1. Rufe die Entwicklerkonsole in deinem Browser auf
2. Klicke auf den Reiter "**Network**"
3. Wähle als Filter "Font"
4. Lade nun die Webseite neu
5. Klicke auf einen Font und prüfe ob dort bei jedem Font der Host deines Shops steht

#### Screenshots

<div><figure><img src="/files/fPMzKmYdVD6SRM3xSpak" alt=""><figcaption><p>Chrome</p></figcaption></figure> <figure><img src="/files/hHcRJh6nhGWcY6S7Lbcr" alt=""><figcaption><p>Chrome (alternative)</p></figcaption></figure> <figure><img src="/files/acIoRZCPCucdbefABM3W" alt=""><figcaption><p>Firefox</p></figcaption></figure></div>

***

#### Weiterführende Informationen

* Anleitung: [Fonts lokal einbinden](/wissensdatenbank/anleitungen/fonts/fonts-lokal-einbinden.md)
* Anleitung: [Fonts mit dem ThemeWare® Customizing Plugin lokal einbinden](/wissensdatenbank/anleitungen/fonts/fonts-mit-dem-themeware-customizing-plugin-lokal-einbinden.md)


---

# Agent Instructions: 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:

```
GET https://wiki.themeware.design/wissensdatenbank/anleitungen/fonts/website-auf-google-fonts-pruefen.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
