Is there a way to customize the font of ion-tab tab titles? For instance, in the code snippet below:
<ion-tab [root]="tab1Root" tabTitle="Home" tabIcon="home"></ion-tab>
I tried creating a SCSS file inside the tabs folder to customize the font of "Home", but it didn't work. Can anyone provide guidance on how to achieve this customization?
Thank you.