Mixins for LESS and Sass (.scss) to make all page text —font sizes and line heights— responsive
Set your font-sizes and line-heights with these mixins, set a mobile scale factor, and all text on your page will scale down automagically.
Want some text to scale differently? Use a media query to give that text a different full-size value for mobile.
Want some text to always stay the same size? Want some text to keep its font size while scaling its line height? Want some text to keep its line height while scaling its font size? Just don't use the mixin for the things you want to keep constant, or override the mixin with an explicit style.