# How do I change the font size on mobile and desktop separately?

At present, the theme provides font size controls for desktop only. The mobile font size is automatically optimized through our built-in responsive code and cannot be adjusted independently via the Theme Editor.

If you need different font sizes for mobile and desktop:

* You can add custom CSS overrides to control font sizes per device. Please note that custom code is not preserved when using the one-click update feature and must be reapplied after updates.
* If you don’t have technical knowledge, you can [contact our support team](https://nextsky.co/pages/purity), and we’ll assist you with the customization.


---

# 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://nextsky.gitbook.io/purity-theme/frequently-asked-questions/how-do-i-change-the-font-size-on-mobile-and-desktop-separately.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.
