Web Typography
Ringside Narrow SSm
Ringside Narrow SSm is our web font for headings on university web pages. The SSm (ScreenSmart) version of Ringside Narrow is specifically created to display larger and more readable on the web. BYU’s license to this font will work on all byu.edu websites (or on a localhost during website construction).
Ringside Narrow SSm is included in the web theme and is used in the header, menu bar, and footer. The web theme must not be modified to use other typefaces for these elements.
Ringside Narrow SSm is recommended for content headers, but should otherwise not be used for body text.
Ringside Narrow SSm is automatically included for websites and applications built using BYU Websites or the BYU Web Components. Custom frameworks can include the following line in their HTML head to access the font:
Ringside Narrow SSm is included in the web theme and is used in the header, menu bar, and footer. The web theme must not be modified to use other typefaces for these elements.
Ringside Narrow SSm is recommended for content headers, but should otherwise not be used for body text.
Ringside Narrow SSm is automatically included for websites and applications built using BYU Websites or the BYU Web Components. Custom frameworks can include the following line in their HTML head to access the font:
<link rel="stylesheet" href="https://cdn.byu.edu/theme-fonts/1.x.x/ringside/fonts.css" media="all">
Ringside Narrow SSm should be referenced in CSS as:
font-family: 'HCo Ringside Narrow SSm', 'Open Sans', Helvetica, Arial, sans-serif;
Font Name | Font Weight |
Ringside Narrow SSm Book | font-weight: 400 |
Ringside Narrow SSm Italic | font-weight: 400 |
Ringside Narrow SSm Medium | font-weight: 500 |
Ringside Narrow SSm Medium Italic | font-weight: 500 |
Ringside Narrow SSm Bold | font-weight: 700 |
Ringside Narrow SSm Bold Italic | font-weight: 700 |
Public Sans
Public Sans is recommended for body text on university web pages.
Public Sans is automatically included for websites and applications built using BYU Websites or the BYU Web Components. Custom frameworks can include the following line in their HTML head to access the font:
Public Sans is automatically included for websites and applications built using BYU Websites or the BYU Web Components. Custom frameworks can include the following line in their HTML head to access the font:
<link rel="stylesheet" href="https://cdn.byu.edu/theme-fonts/1.x.x/public-sans/fonts.css" media="all">
Public Sans should be referenced in CSS as:
font-family: 'Public Sans', 'Noto Sans', 'Open Sans', Helvetica, Arial, sans-serif;
Font Name | Font Weight |
Public Sans Regular | font-weight: 400 |
Public Sans Italic | font-weight: 400 |
Public Sans Semibold | font-weight: 600 |