Typography
Fonts
We use Proxima Nova on all sites and Abril Titling on the pub sites. Abril Titling is only used for editorial headings. To define these fonts, we use variables for scalability.
In terms of specific styling for headings, paragraphs, lists, etc., it is varied across our sites so defer to the global styling on the respective site you're working on.
SCSS
h2 {
font-family: $body-font-family;
}
h2 {
font-family: $header-font-family;
}