open-consul/website/source/assets/stylesheets/_global.scss

36 lines
596 B
SCSS
Raw Normal View History

html {
height: 100%;
min-height: 100%;
text-rendering: optimizeLegibility;
-webkit-font-smoothing: antialiased;
}
2014-02-08 00:41:03 +00:00
body {
-webkit-font-smoothing: antialiased;
color: $body-font-color;
background-color: $white;
font-size: $font-size;
2017-03-08 16:38:22 +00:00
font-family: $font-family-open-sans;
font-weight: $font-weight-reg;
height: 100%;
min-height: 100%;
2014-02-08 00:41:03 +00:00
}
h1, h2, h3, h4, h5 {
font-family: $font-family-klavika;
-webkit-font-smoothing: antialiased;
}
h1 {
2015-11-09 21:48:29 +00:00
margin-bottom: 24px;
2014-02-08 00:41:03 +00:00
}
// Avoid FOUT
.wf-loading {
visibility: hidden;
2014-05-01 17:49:30 +00:00
}
.wf-active, .wf-inactive {
visibility: visible;
}