How do I change the font used in my apps… or at least find out which font is being used as default?
The default app font is Fira Sans.
To override the default font of your application on Oxide, please follow the steps below:
- Select the
Overview
tab, top left - In the App Tree panel, expand
Other
- Select the
config.json
file - Add a new key/value pair in the json file e.g.
"font_override": "Arial"
Please update the config.json
file with care, this is the overall configuration file for you application.
1 Like
Can this please be in the official docs? Never would have known about this and it’s kind of important. Please correct me if I’m wrong.
1 Like
@cjmeyer Just wanted to close the loop here (though quite late!) that this has been added to our developer documentation: Change your App Font - JourneyApps Docs. Thanks for your suggestion!
1 Like