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

27 lines
490 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
}