I would like to know if there's any way to change the tab font with Pager Sliding Tab strip? https://github.com/astuetz/PagerSlidingTabStrip
I have read through the documentation as I cannot find a way to change the tab fonts. If someone knows how do it then please leave a solution, thanks.
In the source code (library/src/com/astuetz/PagerSlidingTabStrip.java), there's a setTypeFace method (line 508).
Try using that method on your Tab strip object.