All textual elements use the following font stacks:
font-family: 'Open Sans', Calibri, Tahoma, sans-serif; font-family: Monaco, 'Lucida Console', monospace;
This component provides standard typographic styles for the platform.
Usage Guidelines
Every instance of text should use a type style defined in this component. If you find a use case not covered by the styles here, make a request to modify this component. (Keeping all type styles in a single component makes it easy to maintain and update them.)
Features
Dependencies
All textual elements use the following font stacks:
font-family: 'Open Sans', Calibri, Tahoma, sans-serif; font-family: Monaco, 'Lucida Console', monospace;
Much of the typography used in a web application consists of short names, labels, or single line bits of content. For example, in Console the course tile displays information like instructor names and course dates with labels.
There are five different types of label, Basic, Small, Large, Bold, and Small bold:
Labels should primarily be used in single line scenarios.
Use Charcoal as the default primary color and Medium Gray as the secondary gray. Prefer these defaults, but labels can use any color from the Colors component, as long as they are over an appropriately contrasting background color.
In general, labels should not be styled beyond the basic styles listed above. If necessary, stick to the following list of inline elements.
<em>, <i>
<a>
<small>
<time>
<abbr>
Titles are very similar to labels except they demarcate a logical section or container of content. In the previous example, the course name would be a title.
Titles come in two types, Page and Section. Page titles typically only appear once per page and are designed to name the current page. Section titles are designed to name the modular components that might make up a page.
Page titles come in two sizes, Basic and Small.
There are four different types of section title: Basic, Bold, Small, and Large.
Titles follow the same color guidelines as labels, using Charcoal by default and Medium Gray as a secondary supplement. Prefer these, but use other colors where appropriate (make sure to pair with an accessible background).
In general, titles should not be styled beyond the basic styles listed above. If necessary, stick to the following list of inline elements.
<em>, <i>
<small>
<time>
<abbr>
When you have a chunk of content to display, use one of these styles.
Most regular content will use the Basic Body style.
Both ordered and unordered lists are supported with a nesting depth of three. These should be used to present content within a copy block, not for UI elements.
Blocks of code (typically <pre>
tags) are styled on a dark background. (See also the inline elements <code>
and <kbd>
.)
Copy is more flexible in this regard that labels or titles. You can include any of the inline elements covered by this component.
There are a number of inline elements which can be used to modify the other type styles (see the list of allowed inline elements for each type style).
<a>
<em>, <i>
<strong>, <b>
<u>
<del>, <s>
<ins>
<q>
<sub>, <sup>
<mark>
<code>, <kbd>
Some inline elements should be used only for semantic reasons and don’t effect the visual style. These include:
<small>
(note: this element is used to represent side-comments and small print, including copyright and legal text, independent of its styled presentation)<time>
<abbr>
Text is Charcoal by default, Medium Gray should be used as the secondary color. Any other color can be used as long as it’s paired with an appropriately contrasting background. See the Colors component for more details.
Available Styles | Reference As (How do I use this?) |
---|---|
Basic label | [](/design/c/typography/v2.0.0-beta.3/#rd-basic-label) |
Small label | [](/design/c/typography/v2.0.0-beta.3/#rd-small-label) |
Small bold label | [](/design/c/typography/v2.0.0-beta.3/#rd-small-bold-label) |
Large label | [](/design/c/typography/v2.0.0-beta.3/#rd-large-label) |
Bold label | [](/design/c/typography/v2.0.0-beta.3/#rd-bold-label) |
Use the same color scheme as labels.
Available Styles | Reference As (How do I use this?) |
---|---|
Basic section title | [](/design/c/typography/v2.0.0-beta.3/#rd-basic-section-title) |
Small section title | [](/design/c/typography/v2.0.0-beta.3/#rd-small-section-title) |
Bold section title | [](/design/c/typography/v2.0.0-beta.3/#rd-bold-section-title) |
Large section title | [](/design/c/typography/v2.0.0-beta.3/#rd-large-section-title) |
Use the same color scheme as labels.
Available Styles | Reference As (How do I use this?) |
---|---|
Page title | [](/design/c/typography/v2.0.0-beta.3/#rd-page-title) |
Small page title | [](/design/c/typography/v2.0.0-beta.3/#rd-small-page-title) |
p
tags up to the consumerThese lists should be used to communicate content within a copy block, not as UI elements.
Available Styles | Reference As (How do I use this?) |
---|---|
Basic Body | [](/design/c/typography/v2.0.0-beta.3/#rd-basic-body) |
Ordered List | [](/design/c/typography/v2.0.0-beta.3/#rd-ordered-list) |
Unordered List | [](/design/c/typography/v2.0.0-beta.3/#rd-unordered-list) |
Code | [](/design/c/typography/v2.0.0-beta.3/#rd-code) |
All headings are Charcoal.
Margins can be customized to meet a layout if necessary.
Available Styles | Reference As (How do I use this?) |
---|---|
Heading Level 1 | [](/design/c/typography/v2.0.0-beta.3/#rd-heading-level-1) |
Heading Level 2 | [](/design/c/typography/v2.0.0-beta.3/#rd-heading-level-2) |
Heading Level 3 | [](/design/c/typography/v2.0.0-beta.3/#rd-heading-level-3) |
Heading Level 4 | [](/design/c/typography/v2.0.0-beta.3/#rd-heading-level-4) |
Heading Level 5 | [](/design/c/typography/v2.0.0-beta.3/#rd-heading-level-5) |
Heading Level 6 | [](/design/c/typography/v2.0.0-beta.3/#rd-heading-level-6) |
<small>, <time>, <abbr>
<a>
<mark>
<em>, <i>
<strong>, <b>
<del>, <s>
<ins>
<sup>
<sub>
<q>
<code>, <kbd>
Available Styles | Reference As (How do I use this?) |
---|---|
small, time, abbr tags | [](/design/c/typography/v2.0.0-beta.3/#rd-small-time-abbr-tags) |
Links | [](/design/c/typography/v2.0.0-beta.3/#rd-links) |
Highlighted Text | [](/design/c/typography/v2.0.0-beta.3/#rd-highlighted-text) |
Italic Text | [](/design/c/typography/v2.0.0-beta.3/#rd-italic-text) |
Bold Text | [](/design/c/typography/v2.0.0-beta.3/#rd-bold-text) |
Deleted Text | [](/design/c/typography/v2.0.0-beta.3/#rd-deleted-text) |
Inserted Text | [](/design/c/typography/v2.0.0-beta.3/#rd-inserted-text) |
Superscript, Subscript | [](/design/c/typography/v2.0.0-beta.3/#rd-superscript-subscript) |
Inline Quoted Text | [](/design/c/typography/v2.0.0-beta.3/#rd-inline-quoted-text) |
code, kbd tags | [](/design/c/typography/v2.0.0-beta.3/#rd-code-kbd-tags) |
Initial version