The application supports local settings. Font size is an example of such a setting.
When starting the application, the application tries to read the local font size setting. If not found a default settings is applied (medium font size).
To change the font size go to the main screen and select the Settings icon on the top right next to the log off button (Figure 1):
After the settings pages is displayed (Figure 2), you can select your font size. After selecting your font size, the change is automatically applied to all screens and the value is locally stored and automatically applied when starting the application in the future.
Mobile / Desktop
Though only small, medium and large fontsizes can be selected, the corresponding fontsize values differ between mobile and desktop use of the application. Below an overview of all fontsizes:
Font sizes
'desktop_small': 12,
'desktop_medium': 14,
'desktop_large': 16,
'mobile_small': 10,
'mobile_medium': 12,
'mobile_large': 14,