summaryrefslogtreecommitdiffstats
path: root/sass/base/_layout.scss
diff options
context:
space:
mode:
Diffstat (limited to 'sass/base/_layout.scss')
-rw-r--r--sass/base/_layout.scss2
1 files changed, 1 insertions, 1 deletions
diff --git a/sass/base/_layout.scss b/sass/base/_layout.scss
index 4ac1d55..4c774f5 100644
--- a/sass/base/_layout.scss
+++ b/sass/base/_layout.scss
@@ -5,7 +5,7 @@ $max-width: 1000px;
padding: 0;
}
body{
- font-family: $default;
+ font-family: $font-default;
font-weight: 300;
font-size: 14px;
background: $color-background;