1.0.1 • Published 8 years ago

envoy-type-scale v1.0.1

Weekly downloads
4
License
MIT
Repository
github
Last release
8 years ago

This module provides utilities for adjusting font-size.

The .h1.h6 font-size utilities can be used to override an element’s default size.

<p class="h1">Milo 1</p>
<p class="h2">Milo 2</p>
<p class="h3">Milo 3</p>
<p class="h4">Milo 4</p>
<p class="h5">Milo 5</p>
<p class="h6">Milo 6</p>

These are especially useful for altering the visual appearance of semantically correct headings.

<h2 class="h1">Larger than default h2 style, but semantically correct</h2>

Inspired by Basscss Type Scale