Skip to content

Commit

Permalink
Update theme (v0.18) (#585)
Browse files Browse the repository at this point in the history
* Update theme (v0.18)

* Specify hero/navbar font
  • Loading branch information
jarrodmillman committed Jul 3, 2024
1 parent 6f9a7fe commit 565e031
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 3 deletions.
4 changes: 4 additions & 0 deletions assets/css/custom.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
.hero-title,
.navbar-logo-text {
font-family: "Lato";
}
4 changes: 2 additions & 2 deletions netlify.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[build.environment]
PYTHON_VERSION = "3.8" # netlify currently only support 2.7 and 3.8
HUGO_VERSION = "0.125.4"
DART_SASS_VERSION = "1.75.0"
HUGO_VERSION = "0.126.2"
DART_SASS_VERSION = "1.77.5"
DART_SASS_URL = "https://github.com/sass/dart-sass/releases/download/"

[build]
Expand Down

0 comments on commit 565e031

Please sign in to comment.