Will head down that path, just wanted to check to see if there was a global way to do it first.For what it's worth... you can always use responsive queries to increase specific areas.
Code:@media (max-width: @xf-responsiveWide) { #XF .css-selector { font-size: 20px; } }