# Advanced Options

### Setting Font Families

You can set global font families for all of the themes in the advanced section.

<figure><img src="/files/KxpwjMcIpx3tuyQu0EVZ" alt="Font options in the advanced section"><figcaption><p>Font Selection in the Advanced admin panel options</p></figcaption></figure>

With one click, you can disable all of the Google Fonts supplied. You can also change the default fonts used in the themes and even preview the results.

{% hint style="info" %}
**Google Fonts and Your Privacy:** All Google fonts selected are loaded locally and do not communicate with Google's servers.
{% endhint %}

### Adobe Fonts

Adobe Fonts are typically used by professional designers, so the option to use Adobe Fonts is present. Simply enter your Adobe Font web project ID, and select your Adobe Font from the dropdown.

<figure><img src="/files/UmXAGL7Vetc914AEvaca" alt=""><figcaption><p>Adobe Fonts in the Advanced admin options</p></figcaption></figure>

Adobe Fonts will only display when the appropriate web project stylesheet is included. If you don't have a plugin installed that outputs your Adobe Fonts stylesheet, you can use QuotesDLX to do so.

* **Activate Adobe Fonts in the Admin**: This will load Adobe Fonts in the admin and block editor sections in the WordPress dashboard.
* **Activate Adobe Fonts on the Frontend**: This will load Adobe Fonts on the front-end of your site.

### Resetting Options

In the event you need to reset your options to defaults, you can reset all of the options by selecting Reset.

<figure><img src="/files/UAWF27ldOxYvl7EMLfzu" alt=""><figcaption><p>Reset Options in the Advanced admin panel</p></figcaption></figure>

{% hint style="danger" %}
**Resetting Options:** Resetting options will remove all of your saved options. This cannot be undone.
{% endhint %}


---

# 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://docs.dlxplugins.com/quotes-dlx/admin-settings/advanced-options.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.
