mirror of
https://github.com/danbee/danbarber.me.hugo.git
synced 2025-03-04 08:59:18 +00:00
9 lines
163 B
SCSS
9 lines
163 B
SCSS
html {
|
|
color: $text-color;
|
|
font-family: $body-font-family;
|
|
font-size: calc(0.85vmin + 13px);
|
|
font-style: normal;
|
|
font-weight: 300;
|
|
line-height: 1.4;
|
|
}
|