diff options
author | amzrk2 | 2020-06-12 13:15:20 +0800 |
---|---|---|
committer | amzrk2 | 2020-06-12 13:15:20 +0800 |
commit | ea46f3c293c2d725a1ed9cf03ff42e8b54cd6ad2 (patch) | |
tree | af7cdace444cd857dcf10975c28eef3ca61cd70d /assets/scss/_fuji-style | |
parent | 434c94873196dbb975dfc0479c33b9533e9ce58b (diff) | |
download | hugo-theme-fuji-ea46f3c293c2d725a1ed9cf03ff42e8b54cd6ad2.tar.gz hugo-theme-fuji-ea46f3c293c2d725a1ed9cf03ff42e8b54cd6ad2.tar.bz2 hugo-theme-fuji-ea46f3c293c2d725a1ed9cf03ff42e8b54cd6ad2.zip |
Custom title font supported
Diffstat (limited to 'assets/scss/_fuji-style')
-rw-r--r-- | assets/scss/_fuji-style/_header.scss | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/assets/scss/_fuji-style/_header.scss b/assets/scss/_fuji-style/_header.scss index 29afe07..c99828b 100644 --- a/assets/scss/_fuji-style/_header.scss +++ b/assets/scss/_fuji-style/_header.scss @@ -5,7 +5,7 @@ header { .title-main { font-size: 2.5rem; - font-family: 'Product Sans', -apple-system, BlinkMacSystemFont, monospace; + font-family: $title-font; font-weight: 700; white-space: nowrap; } |