Our University typeface is Helvetica. When this is not available, Arial and Arial Bold are acceptable substitutes.
For websites, we use the font-family CSS property to specify a font stack or list of operating system fonts. Your operating system is optimized for these fonts so they tend to load more quickly. For example we use font-family: BlinkMacSystemFont, -apple-system, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, Helvetica, Arial, sans-serif;
They are listed in order of preference that they should appear on the website. If the web browser can't load a specific font it will try the next in the list.
For some text we also use the CSS class font-type-1
to display a sans-serif and the class font-type-2
serif font.