summaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authoramzrk22020-10-04 12:27:54 +0800
committeramzrk22020-10-04 12:27:54 +0800
commit9adf55a1f0fde5e8f3ef36ae631d9a5495c8e48b (patch)
tree1a9712093a7e6b7e11cb6ab6a26e652646e0c7a1 /README.md
parent9281ece1a03f4712ef5c30fda867dec0e215fbc1 (diff)
downloadhugo-theme-fuji-9adf55a1f0fde5e8f3ef36ae631d9a5495c8e48b.tar.gz
hugo-theme-fuji-9adf55a1f0fde5e8f3ef36ae631d9a5495c8e48b.tar.bz2
hugo-theme-fuji-9adf55a1f0fde5e8f3ef36ae631d9a5495c8e48b.zip
update: resources and readme
Diffstat (limited to 'README.md')
-rw-r--r--README.md6
1 files changed, 3 insertions, 3 deletions
diff --git a/README.md b/README.md
index 8e70f17..173589b 100644
--- a/README.md
+++ b/README.md
@@ -223,8 +223,9 @@ You can override theme's internal SCSS variables with your own. Create `[SITEROO
Variables available:
```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;
+$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;
@@ -250,7 +251,6 @@ $dark-color-codebg: #414449; // GitHub
To override SCSS rules, create `[SITEROOT]/assets/scss/_custom_rules.scss`. This file will have priority over anything regarding CSS rules, but is useless for changing variables that are used elsewhere in the theme.
-
## ✏️ Issue und contributing
Feel free to use the [issue tracker](https://github.com/amzrk2/hugo-theme-fuji/issues). The theme has only been fully tested on Firefox, so if there are some problems when accessing with Chrome or others please also report an issue.