github.com/outbrain/consul@v1.4.5/website/source/assets/stylesheets/_global.scss (about) 1 html { 2 text-rendering: optimizeLegibility; 3 -webkit-font-smoothing: antialiased; 4 overflow-x: hidden; 5 } 6 7 body { 8 -webkit-font-smoothing: antialiased; 9 color: $body-font-color; 10 background-color: $white; 11 font-size: $font-size; 12 font-family: $font-family-open-sans; 13 font-weight: $font-weight-reg; 14 overflow-x: hidden; 15 } 16 17 h1, h2, h3, h4, h5 { 18 font-family: $font-family-klavika; 19 -webkit-font-smoothing: antialiased; 20 } 21 22 h1 { 23 margin-bottom: 24px; 24 }