responsive_type icon indicating copy to clipboard operation
responsive_type copied to clipboard

A one size fits all responsive type solution. Demo: https://codepen.io/kylevilleneuve/pen/XqeVdZ

Responsive Type

The last time you will ever have to worry about responsive type, seriously! Configure all type settings in one file using sass variables.

Usage

Add responsive_type.scss to your scss folder, and import into your main.scss file, I would also recommend resetting your css if you haven't already done so.

import 'reset'; // recommended
import 'responsive_type';