From 9452c90cf3ab66d97423276849f4c3a73014fd80 Mon Sep 17 00:00:00 2001 From: Danila Fedorin Date: Mon, 4 May 2020 03:35:24 -0700 Subject: [PATCH] Switch back to Raleway --- themes/vanilla/assets/scss/variables.scss | 2 +- themes/vanilla/layouts/partials/head.html | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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 }}