envoy-type-scale
v1.0.1
Published
Type scale utility styles for Envoy
Downloads
4
Readme
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