Utilizing the ionic framework (along with cordova) for my mobile app development needs has been quite beneficial. However, I am currently facing an issue regarding increasing the font size throughout my application.
I came across the official documentation on how to customize Ionic using Sass at http://ionicframework.com/tutorials/customizing-ionic-with-sass/, but I am struggling to understand the process of customization after implementing Sass.
My app is structured in a tabs-based format similar to this example: . I attempted to manually add a class to the tab for adjusting the font size, but unfortunately, the text ended up being cropped and not visually appealing.
Is there an official and effective method recommended by Ionic to change the font-size globally within the app?