acl-1.0.10

Typography

Header text
38px

h1 This is a very large header

27px

h2 This is a large header

20px

h3 This is a medium header

15px

h4 This is a moderate header

13px
h5 This is a small header
11px
h6 This is a tiny all caps header
<h1>h1 This is a very large header in Regular</h1>
<h2>h2 This is a large header in Regular</h2>
<h3>h3 This is a medium header in Semibold</h3>
<h4>h4 This is a moderate header in Bold</h4>
<h5>h5 This is a small header in Semibold</h5>
<h6>h6 THIS IS A TINY ALL CAPS HEADER IN BOLD</h6>
Notice:

When using header text, it is better to stick to the predefined font weight for optimal legibility, hierarchy and contrast.

Body text

Donec ullamcorper nulla non metus auctor fringilla. Aenean eu leo quam. Pellentesque ornare sem lacinia quam venenatis vestibulum. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Aenean lacinia bibendum nulla sed consectetur. Morbi leo risus, porta ac consectetur ac, vestibulum at eros. Etiam porta sem malesuada magna mollis euismod. Aenean eu leo quam. Pellentesque ornare sem lacinia quam venenatis vestibulum.

<p>Donec ullamcorper nulla non...</p>
Notice:

The base font size is 13pt/px. In general, throughout the system, text should always be at this size and at the default line height of 1.5 or 150%.

Other
13px Link in action
<a href="#">Link in action</a>
11px Use tag <small> or add class .small to apply small text style
<small>...</small>

<span class= "small">Small text</span>
10px

Use class .tiny for tiny text style

<span class="tiny">Tiny text</p>
20px
This is a quote from a great saying!
You shall not pass!
<blockquote>...</blockquote>
13px
This is an ordered list
  1. Item 1
  2. Item 2
  3. Item 3
<ol>
  <li>Item 1</li>
  <li>Item 2</li>
  <li>Item 3</li>
</ol>
13px
This is an unordered list
  • Item 1
  • Item 2
  • Item 3
<ul>
  <li>Item 1</li>
  <li>Item 2</li>
  <li>Item 3</li>
</ul>
Notice:

The use of tiny text should be as limited as possible, unless necessary. Links should have the same font size as paragraph.