# Google Web Font

ngSurvey uses Google web font API to lookup and load fonts that you can use to customize your styles using the [style editor](/form-management/style-branding/style-editor.md).

To get your Google web font API key you may go to your Google developer center.\
<https://console.developers.google.com/apis/credentials>

Once you're there Create the credentials for your API key

![](/files/-MCAu4sdhwK2Q4hQJ4jY)

Once the Google API key is created copy the key and restrict it to Google Fonts only.

![](/files/-MCAug6Rr_oiicoG7ucD)

![](/files/-MCAuo6SQnnM57lXP74W)

Copy the Google API key in your ngSurvey Google settings

![](/files/-MCAuyuwHnUY-cTM0qjQ)


---

# 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.ngsurvey.com/installation-setup/system-settings/google/google-web-font.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.
