1
0
mirror of https://github.com/danbee/danbarber.me.hugo.git synced 2025-03-04 08:59:18 +00:00
danbarber.me.hugo/assets/sass/elements/_html.scss

8 lines
141 B
SCSS

html {
font-family: $body-font-family;
font-style: normal;
font-weight: 300;
font-size: calc(0.85vmin + 13px);
line-height: 1.4;
}