# Font Family

The Font used in a digital product represents a piece of the brand’s values and hence we made sure that you would be able to easily apply your font to your application.

**By just adding a simple style tag you can ensure that your brand font is reflected across your application in a cohesive manner.**

```css
body{
 font-family: "your_font_family"
}
```


---

# 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://designsystem.dubai.ae/developers/font-family.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.
