How to change the font size of "tabTitle"

I want to change the size of tab title of my app.can some one help me to make.

in your app.scss file you can override variables (https://ionicframework.com/docs/v3/theming/overriding-ionic-variables/)

$tabs-ios-tab-font-size
$tabs-md-tab-font-size
$tabs-md-tab-font-size-active

1 Like

Thank you, it works for me