aboutsummaryrefslogtreecommitdiffstats
path: root/src/css/imports/_typography.css
diff options
context:
space:
mode:
Diffstat (limited to 'src/css/imports/_typography.css')
-rwxr-xr-xsrc/css/imports/_typography.css3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/css/imports/_typography.css b/src/css/imports/_typography.css
index bf6483d..1dd3240 100755
--- a/src/css/imports/_typography.css
+++ b/src/css/imports/_typography.css
@@ -14,6 +14,7 @@ body {
font-family: var(--font-family);
font-size: var(--spacing-medium);
line-height: var(--line-height);
+ font-weight: var(--body-font-weight);
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
background-color: var(--off-white);
@@ -25,7 +26,7 @@ p {
}
strong {
- font-weight: 800;
+ font-weight: var(--bold-font-weight);
}
em {