github.com/ratanraj/packer@v1.3.2/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  }