double font-weight fix

This commit is contained in:
Raphael Goetter
2017-07-28 16:30:32 +02:00
parent 366467f4d7
commit 3caf501fa2

View File

@@ -18,7 +18,6 @@ body {
font-family: var(--font-family);
font-weight: var(--font-weight);
font-size: var(--font-size);
font-weight: var(--font-weight-normal);
color: var(--body-color);
line-height: var(--line-height);
}