Typography for Digital Projects
Where possible, university typography should be used for digital projects. Mediums like the web have discouraged the use of specialized fonts because of platform and browser variances. Various operating systems use multiple names for different fonts.
League Gothic and Periodico have been licensed for www.uu.edu, and they will only work on this domain.
League Gothic
Used for headlines, and usually appears in all caps.
- Regular
{font-family: 'League Gothic';} - Regular Italic
{font-family: 'League Gothic'; font-style: italic;} - Condensed
{font-family: 'League Gothic Condensed';} - Condensed Italic
{font-family: 'League Gothic Condensed'; font-style: italic;}
Montserrat
Used for headlines.
- Light
{font-family: 'Montserrat'; font-weight: 100;} - Light Italic
{font-family: 'Montserrat'; font-style: italic; font-weight: 100;} - Medium
{font-family: 'Montserrat'; font-weight: 500;} - Medium Italic
{font-family: 'Montserrat'; font-style: italic; font-weight: 500;} - Black
{font-family: 'Montserrat'; font-weight: 900;} - Black Italic
{font-family: 'Montserrat'; font-style: italic; font-weight: 900;}
Periodico
Used for intro or featured copy.
- Regular {font-family: PeriodicoText-Rg;}
- Regular Italic {font-family: PeriodicoText-RgIt;}
- Light {font-family: PeriodicoText-Lg;}
- Light Italic {font-family: PeriodicoText-LgIt;}
- Small Bold {font-family: PeriodicoText-SmBd;}
- Small Bold Italic {font-family: PeriodicoText-SmBdIt;}
- Medium {font-family: PeriodicoText-Md;}
- Medium Italic {font-family: PeriodicoText-MdIt;}
- Bold {font-family: PeriodicoText-Bd;}
- Bold Italic {font-family: PeriodicoText-BdIt;}
Goudy (Sorts Mill Goudy)
Used for intro or featured copy.
- Regular
{font-family: 'Sorts Mill Goudy'; font-weight: 100;} - Regular Italic
{font-family: 'Sorts Mill Goudy'; font-style: italic; font-weight: 100;}
Helvetica Neue, Helvetica, Arial, sans-serif
Used for body copy.
{font-family: 'Helvetica Neue',Helvetica,Arial,sans-serif;}