2017-03-25 18:13:52 -04:00
|
|
|
html {
|
2019-10-04 18:10:07 -04:00
|
|
|
font-size: $font-size-default;
|
2017-03-25 18:13:52 -04:00
|
|
|
height: 100%;
|
|
|
|
min-height: 100%;
|
|
|
|
text-rendering: optimizeLegibility;
|
|
|
|
-webkit-font-smoothing: antialiased;
|
|
|
|
}
|
|
|
|
|
|
|
|
body {
|
2019-11-07 15:01:05 -05:00
|
|
|
-moz-osx-font-smoothing: grayscale;
|
2017-03-25 18:13:52 -04:00
|
|
|
-webkit-font-smoothing: antialiased;
|
|
|
|
color: $body-font-color;
|
|
|
|
background-color: $white;
|
2019-10-04 18:10:07 -04:00
|
|
|
font-size: $font-size-default;
|
|
|
|
font-family: $font-body;
|
2017-03-25 18:13:52 -04:00
|
|
|
font-weight: $font-weight-reg;
|
|
|
|
height: 100%;
|
|
|
|
min-height: 100%;
|
|
|
|
}
|