ITL utility_classes

ITL utility_classes

Source: _fonts.scss, line 1

3.1 Font families

@mixin text
@mixin title

  • .title: sets a title font (default: Montserrat)
  • .text: sets a text font (default: Raleway)

Example

This is an example of a regular title

This is an example of a regular paragraph

This is an example of a prettier title

This is an example of a prettier paragraph

<h2>This is an example of a regular title</h2>
<p>This is an example of a regular paragraph</p>
<h2 class="title">This is an example of a prettier title</h2>
<p class="text">This is an example of a prettier paragraph</p>