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