Strategic Communications and Marketing Hosted Brand Assets

Fonts

The following fonts are available:

For additional information on font usage and pairing, see the Typography page at the Brand Standards website

Using font variables

The brand stylesheet includes the available font files and defines several CSS variables. To use the brand stylesheet on a web page, add the following line:

<link rel="stylesheet" href="https://cdn.brand.illinois.edu/illinois.css">

The following variables are available for styling general page content:

h1 {
  font-size: 2em;
  font-weight: bold;
  font-family: var(--il-font-heading);
}
p {
  font-size: 1em;
  font-family: var(--il-font-sans);
}
blockquote {
  font-family: var(--il-font-serif);
}

Specific fonts can be referenced using the following variables:

h1 {
  font-size: 2em;
  font-weight: bold;
  font-family: var(--il-font-montserrat);
}
p {
  font-size: 1em;
  font-family: var(--il-font-source-sans);
}
blockquote {
  font-family: var(--il-font-georgia);
}
Strategic Communications and Marketing Hosted Brand Assets
507 E. Green Street
MC-426
Champaign, IL 61820
Phone: 217-333-5010
Email: branding@illinois.edu