From ea46f3c293c2d725a1ed9cf03ff42e8b54cd6ad2 Mon Sep 17 00:00:00 2001 From: amzrk2 Date: Fri, 12 Jun 2020 13:15:20 +0800 Subject: Custom title font supported --- assets/scss/_fuji-style/_header.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'assets/scss/_fuji-style/_header.scss') 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; } -- cgit v1.2.3