ITL utility_classes

ITL utility_classes

Source: _fonts.scss, line 132

3.5 Chrome fonts

Chrome UserAgents (default stylesheets) fonts

  • .h1: adapts the style of the h1 element of chrome
  • .h3: adapts the style of the h3 element of chrome
  • .h5: adapts the style of the h5 element of chrome
  • .h1-size: takes the default size of the h1 element of chrome
  • .h2-size: takes the default size of the h2 element of chrome
  • .h4-size: takes the default size of the h4 element of chrome

Example

This is a heading

This is a span with the same styles
<main>
<h1>This is a heading</h1>
<span class="h1">This is a span with the same styles</span>
</main>