design-system/typography.scss
.theme-default {
h1 {
font-weight: bold;
font-size: 36px;
}
h2 {
font-weight: bold;
font-size: 28px;
}
h3 {
font-weight: bold;
font-size: 24px;
}
h4 {
font-weight: bold;
font-size: 18px;
}
// TODO - h5, h6, p, a, ul, li, b, i, strong
body {
font-family: Helvetica, Arial, sans-serif;
font-size: 14px;
}
}