loading... Pacem JS

Typography

Native themes include three type-settings: Standard (std), Prioritary (main) and Techy (tech).

Exploit .type-std, .type-main and .type-tech css classes to activate the desired type face.

<!-- example -->
<div class="type-tech">This pretend to be some piece of code.</div>

Size

Every .font-{suffix} has its own font-size tuned so that it fits the designer's needs for desired type-face harmony.
Nevertheless it is possible to augment or diminuish the size of a piece of text using the following css classes:

These must be used in combo with .type-std, .type-main and .type-tech css classes in order to work.

<!-- example -->
<div class="type-main font-size-big">This pretend to be some piece of code.</div>