From a75c8173bddb462ae98d8812afa02536f5e5876d Mon Sep 17 00:00:00 2001 From: DSRKafuU Date: Wed, 10 Jun 2020 11:32:19 +0800 Subject: Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'README.md') diff --git a/README.md b/README.md index 718030a..a1ba765 100644 --- a/README.md +++ b/README.md @@ -190,7 +190,7 @@ $dark-color-bg: #2f3136; // Discord $dark-color-codebg: #414449; // GitHub ``` -## ✏️ Report und contributing +## ✏️ Issue und contributing Note that to keep the `master` branch clean, the main development work is made under `dev` branch. Please set base branch to `dev`, then make commitment or pull request. -- cgit v1.2.3 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