vagrant/website/source/assets/stylesheets/_global.scss

20 lines
426 B
SCSS
Raw Normal View History

2017-03-28 01:19:52 +00:00
html {
2019-10-07 20:29:26 +00:00
font-size: $font-size-default;
2017-03-28 01:19:52 +00:00
height: 100%;
min-height: 100%;
text-rendering: optimizeLegibility;
-webkit-font-smoothing: antialiased;
}
body {
-moz-osx-font-smoothing: grayscale;
2017-03-28 01:19:52 +00:00
-webkit-font-smoothing: antialiased;
color: $body-font-color;
background-color: $white;
2019-10-07 20:29:26 +00:00
font-size: $font-size-default;
font-family: $font-body;
2017-03-28 01:19:52 +00:00
font-weight: $font-weight-reg;
height: 100%;
min-height: 100%;
}