Hugo-theme-stack/assets/scss/partials/base.scss

18 lines
301 B
SCSS
Raw Normal View History

2020-08-22 07:20:08 -04:00
html {
font-size: 62.5%;
font-display: swap;
}
* {
box-sizing: border-box;
}
body {
background: var(--body-background);
margin: 0;
font-family: var(--base-font-family);
2020-08-22 07:20:08 -04:00
font-size: 1.6rem;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}