diff --git a/themes/vanilla/assets/scss/variables.scss b/themes/vanilla/assets/scss/variables.scss index 8943513..32b5920 100644 --- a/themes/vanilla/assets/scss/variables.scss +++ b/themes/vanilla/assets/scss/variables.scss @@ -8,7 +8,7 @@ $code-color-dark: darken($code-color, 10%); $border-color: #bfbfbf; $font-heading: "Lora", serif; -$font-body: "Noto Sans JP", serif; +$font-body: "Raleway", serif; $font-code: "Inconsolata", monospace; $standard-border: $standard-border-width solid $border-color; diff --git a/themes/vanilla/layouts/partials/head.html b/themes/vanilla/layouts/partials/head.html index 7668824..021c91e 100644 --- a/themes/vanilla/layouts/partials/head.html +++ b/themes/vanilla/layouts/partials/head.html @@ -3,7 +3,7 @@ - + {{ $style := resources.Get "scss/style.scss" | resources.ToCSS | resources.Minify }} {{ $sidenotes := resources.Get "scss/sidenotes.scss" | resources.ToCSS | resources.Minify }}