The default fonts in Ionic’s styles (–ion-default-font) are Roboto and Helvetica Neue. This makes sense because Roboto comes pre-installed on Android, and Helvetica Neue comes pre-installed on Apple operating systems such as iOS. This makes sense because it’s a mobile app development framework.
Windows doesn’t have Roboto or Helvetica Neue installed by default, but the Ionic application looks quite different if it is installed. Rather than adding an additional fallback font, I’d like Roboto to display for users on Windows. I know I can get Roboto from places like Google Fonts (and it’s open-source), but what’s the best way to embed it with Ionic so that anyone using the application will have it, no matter the platform? There’s more than one way to do it, but what would you recommend as far as an Ionic 4 application goes?