Customizing the app's font

You can customize the global font used in your app with a simple interface that gives you 2 possible choices:

  • use a Google font among the available choices

  • use a specific one hosted on CDN (could be a Google Font too)

By modifying the font, all text displayed to your end-user will fit this newly selected font to keep them in your brand and design guidelines.

Here is a simple flow to add your CDN-hosted font;

We're expecting the URL that exposes the font itself (with the extension .woff, .woff2, .ttf...)

Well done! Now you know how to customize the font of your app! 🎉

Last updated