content-font option added

This commit is contained in:
zzossig 2020-01-25 19:59:40 +09:00
parent 2f70d5c928
commit e6bfddfca0
3 changed files with 4 additions and 3 deletions

View File

@ -1,6 +1,7 @@
@import "../themes/theme";
$text-font-stack: 'Muli',
$text-font-stack: $content-font,
'Muli',
avenir,
'helvetica neue', helvetica,
ubuntu,

View File

@ -1,3 +1,3 @@
title_font = "\"Montserrat\", sans-serif"
content_font = "\"Merriweather\", serif"
content_font = "\"Muli\", sans-serif"
cursive_font = "\"Courgette\", cursive"