I would like to have a custom font for my tabs. Here's what I have tried:
<style name="CustomTabWidgetText"
parent="@android:style/TextAppearance.Widget.TabWidget">
<item name="android:textSize">14sp</item>
<item name="android:typeface">@assets/fonts/heartbre</item>
<item name="android:textStyle">bold</item>
</style>
But I got an error in <item name="android:typeface">@assets/fonts/heartbre</item>
.
Has anybody here tried customizing the font of tabs?