Responsive Text is an extremely light-weight plugin (only 2kb!) that assists you when you need help with responsive texts. When thinking about responsive web-design some times you want your text to resize for you when you downsize the browser on smaller devices, but you have to manually downsize all of them for that to work out. So I wrote this plugin for you to easily use and help you with responsive text in the future! All you really have to do is include the varied size class on the element tag of your choice and it'll automatically downsize based on width of browser. Look down for more information on how to use it.
<Source Code/>
< h1 class = "extra-large-header" > extra-large-header < /h1 ><Source Code/>
< h1 class = "extra-large-sub-header" > extra-large-sub-header < /h1 >extra-large-p
large-p
medium-p
small-p
regular-p
p (without the class)
<Source Code/>
< h1 class = "extra-large-p" > extra-large-p < /h1 >