Typography

Headings

code

Use tags h1 to h6 for desired heading

h6. this is the sixth heading
h5. this is the fifth heading

h4. this is the fourth heading

h3. this is the third heading

h2. this is the second heading

h1. this is the main heading

Text Sizes

code

Use paragraph classes: font-sm to font-xxl for desired sizes

this is small font

this is medium font

this is large font

this is extra large font

this is extra, extra large font


Ordered Lists

code

Use standard: ol > li markup

    List Heading

  1. This is a list item
  2. This is another list item which is 1st inline
  3. This is another list item which is 2nd inline
  4. This is another list item which is 3rd inline

Unordered Lists

code

Use standard: ul > li markup

    List Heading

  • This is a list item
  • This is another list item which is 1st inline
  • This is another list item which is 2nd inline
  • This is another list item which is 3rd inline