Skip to content

Commit 565e031

Browse files
Update theme (v0.18) (#585)
* Update theme (v0.18) * Specify hero/navbar font
1 parent 6f9a7fe commit 565e031

File tree

3 files changed

+7
-3
lines changed

3 files changed

+7
-3
lines changed

assets/css/custom.css

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
.hero-title,
2+
.navbar-logo-text {
3+
font-family: "Lato";
4+
}

netlify.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[build.environment]
22
PYTHON_VERSION = "3.8" # netlify currently only support 2.7 and 3.8
3-
HUGO_VERSION = "0.125.4"
4-
DART_SASS_VERSION = "1.75.0"
3+
HUGO_VERSION = "0.126.2"
4+
DART_SASS_VERSION = "1.77.5"
55
DART_SASS_URL = "https://github.com/sass/dart-sass/releases/download/"
66

77
[build]

0 commit comments

Comments
 (0)