settings

Typography

bookmark
Headers

We provide some basic styling on header tags. In the example, you can see the the 6 header tags' different sizes.

Heading h1

Heading h2

Heading h3

Heading h4

Heading h5
Heading h6
Font sizes

Typography helper classes allow you to easily style text according to Material Design sizing.

  • .display-4- Good for <h1>

  • .display-3- Good for <h2>

  • .display-2- Good for <h3>

  • .display-1- Good for <h4>

  • .headline- Good for <h5>

  • .title- Good for <h6>

  • .subheading- Good for supporting text

  • .body-2- Regular body text with additional weight

  • .body-1- Regular body text

  • .caption- Smaller size text

  • display-4
  • display-3
  • display-2
  • display-1
  • headline
  • title
  • subheading
  • body-2
  • body-1
  • caption
Blockquotes

Blockquotes are mainly used to give emphasis to a quote or citation. You can also use these for some extra text hierarchy and emphasis.

This is an example quotation that uses the blockquote tag.
Here is another line to make it look bigger.
<blockquote>    This is an example quotation that uses the blockquote tag.</blockquote>
Flow Text

To use flow-text on a body of text, simply just add the class flow-textto a tag, see the code below.

One common flaw we've seen in many frameworks is a lack of support for truly responsive text. While elements on the page resize fluidly, text still resizes on a fixed basis. To ameliorate this problem, for text heavy pages, we've created a class that fluidly scales text size and line-height to optimize readability for the user. Line length stays between 45-80 characters and line height scales to be larger on smaller screens.

<p class="flow-text">I am Flow Text</p>