2020-06-10 22:02:22 +00:00
|
|
|
html {
|
|
|
|
font-size: @html-font-size;
|
|
|
|
}
|
|
|
|
|
|
|
|
html,
|
|
|
|
body {
|
|
|
|
font-family: @fonts;
|
|
|
|
// font-smoothing: antialiased;
|
|
|
|
// -webkit-font-smoothing: antialiased; /* Chrome, Safari */
|
|
|
|
// -moz-osx-font-smoothing: grayscale; /* Firefox */
|
2020-06-10 22:02:47 +00:00
|
|
|
}
|