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 --- README.md | 1 + 1 file changed, 1 insertion(+) (limited to 'README.md') diff --git a/README.md b/README.md index a1ba765..d8f4428 100644 --- a/README.md +++ b/README.md @@ -169,6 +169,7 @@ This will make the theme use Hugo Pipes provided by Hugo Extended Vesion to comp ```scss $body-font: -apple-system, BlinkMacSystemFont, 'SF Pro Text', 'Helvetica Neue', 'Helvetica', 'Arial', 'PingFang SC', 'Hiragino Sans GB', 'Source Han Sans CN', 'Source Han Sans SC', 'Microsoft YaHei', 'WenQuanYi Micro Hei', sans-serif; $mono-font: 'Cascadia Code', 'SF Mono', 'Fira Code', 'Consolas', $body-font; +$title-font: 'Product Sans', $body-font; $body-font-size: 16px; $light-color-primary: #8aa2d3; // https://irocore.com/aofuji/ -- cgit v1.2.3