github.com/danp/terraform@v0.9.5-0.20170426144147-39d740081351/website/source/assets/stylesheets/_global.scss (about) 1 html { 2 height: 100%; 3 min-height: 100%; 4 text-rendering: optimizeLegibility; 5 -webkit-font-smoothing: antialiased; 6 } 7 8 body { 9 -webkit-font-smoothing: antialiased; 10 color: $body-font-color; 11 background-color: $white; 12 font-size: $font-size; 13 font-family: $font-family-open-sans; 14 font-weight: $font-weight-reg; 15 height: 100%; 16 min-height: 100%; 17 } 18 19 h1, h2, h3, h4, h5 { 20 font-family: $font-family-klavika; 21 -webkit-font-smoothing: antialiased; 22 } 23 24 h1 { 25 margin-bottom: 24px; 26 } 27 28 // Avoid FOUT 29 .wf-loading { 30 visibility: hidden; 31 } 32 33 .wf-active, .wf-inactive { 34 visibility: visible; 35 }