ITL utility_classes

ITL utility_classes

Source: _fonts.scss, line 29

3.3 Relative fontsizes

@mixin th(th)
@mixin tb(bigger)
@mixin ts(smaller)
Use these classes to quicky change the fontsize

  • .tb5, .th0 - largest font
  • .tb4, .th1 - second largest font
  • .tb2, .th3 - fourth largest font
  • .ts1 - first font smaller than normal
  • .ts2 - second font smaller than normal
  • .ts3 - smallest font

Example

This is a font size

This is a font size

This is a font size

This is a font size

<div>
 <p class="tb3">This is a font size</p>
 <p class="tb1">This is a font size</p>
 <p class="ts1">This is a font size</p>
 <p class="ts3">This is a font size</p>
</div>