diff options
author | amzrk2 | 2020-10-04 12:27:54 +0800 |
---|---|---|
committer | amzrk2 | 2020-10-04 12:27:54 +0800 |
commit | 9adf55a1f0fde5e8f3ef36ae631d9a5495c8e48b (patch) | |
tree | 1a9712093a7e6b7e11cb6ab6a26e652646e0c7a1 /README.md | |
parent | 9281ece1a03f4712ef5c30fda867dec0e215fbc1 (diff) | |
download | hugo-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.md | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -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. |