Late answer, but Google brought me here, so that might be useful yet.
You can choose to scroll through the tabs, which I think are preferable to change the font size.
Application: tabMode = "scroll"
<android.support.design.widget.TabLayout android:id="@+id/tablayout_id" android:layout_height="wrap_content" android:layout_width="match_parent" xmlns:app="http://schemas.android.com/apk/res-auto" app:tabMode="scrollable" >
source share