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;
|
|
|
|
}
|
2016-01-19 18:08:53 +00:00
|
|
|
|
|
|
|
body {
|
2019-11-07 20:10:59 +00:00
|
|
|
-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%;
|
2016-01-19 18:08:53 +00:00
|
|
|
}
|