Skip to content

Commit

Permalink
Add configurable font
Browse files Browse the repository at this point in the history
  • Loading branch information
markdumay committed Dec 10, 2022
1 parent cecd58f commit ff952af
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 10 deletions.
2 changes: 2 additions & 0 deletions config/_default/params.toml
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,8 @@ schemaSection = "blog"
[style]
themeColor = "#D43900" #00b0f0
themeOpacity = "10"
themeFont = "Inter"
themeFontPath = "https://fonts.googleapis.com/css2?family=Inter:wght@200;300;600&display=swap"

[main]
featurePhoto = "img/sunrise.jpg" # source: https://unsplash.com/photos/ZX6BPboJrYk
Expand Down
18 changes: 9 additions & 9 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
"devDependencies": {
"@fortawesome/fontawesome-free": "^6.2.1",
"@fullhuman/postcss-purgecss": "^5.0.0",
"@markdumay/hugo-theme-hinode": "^0.7.6",
"@markdumay/hugo-theme-hinode": "^0.7.7",
"autoprefixer": "^10.4.13",
"bootstrap": "^5.2.3",
"eslint": "^8.29.0",
Expand Down

0 comments on commit ff952af

Please sign in to comment.