From d32530839bd18ca11a410754e6ad781ac718082e Mon Sep 17 00:00:00 2001 From: Joe Mooring Date: Wed, 16 Oct 2024 13:16:30 -0700 Subject: [PATCH] Update theme --- .../gohugoio/gohugoioTheme/assets/css/_font-family.css | 8 +------- .../gohugoio/gohugoioTheme/assets/output/css/app.css | 8 +------- _vendor/modules.txt | 2 +- go.mod | 2 +- go.sum | 2 ++ 5 files changed, 6 insertions(+), 16 deletions(-) diff --git a/_vendor/github.com/gohugoio/gohugoioTheme/assets/css/_font-family.css b/_vendor/github.com/gohugoio/gohugoioTheme/assets/css/_font-family.css index 440b5efdd7..85b3b6c95d 100644 --- a/_vendor/github.com/gohugoio/gohugoioTheme/assets/css/_font-family.css +++ b/_vendor/github.com/gohugoio/gohugoioTheme/assets/css/_font-family.css @@ -4,13 +4,7 @@ code, .code, pre code, .highlight pre { } .sans-serif { - font-family: 'Muli', - avenir, - 'helvetica neue', helvetica, - ubuntu, - roboto, noto, - 'segoe ui', arial, - sans-serif; + font-family: 'Muli', Avenir, 'Helvetica Neue', Helvetica, Roboto, Noto, 'Segoe UI', Arial, sans-serif; } diff --git a/_vendor/github.com/gohugoio/gohugoioTheme/assets/output/css/app.css b/_vendor/github.com/gohugoio/gohugoioTheme/assets/output/css/app.css index 5e0b0c7085..b9518491c4 100644 --- a/_vendor/github.com/gohugoio/gohugoioTheme/assets/output/css/app.css +++ b/_vendor/github.com/gohugoio/gohugoioTheme/assets/output/css/app.css @@ -5002,13 +5002,7 @@ code, .code, pre code, .highlight pre { font-family: 'inconsolata',Menlo,Monaco,'Courier New',monospace; } .sans-serif { - font-family: 'Muli', - avenir, - 'helvetica neue', helvetica, - ubuntu, - roboto, noto, - 'segoe ui', arial, - sans-serif; + font-family: 'Muli', Avenir, 'Helvetica Neue', Helvetica, Roboto, Noto, 'Segoe UI', Arial, sans-serif; } .serif { font-family: Palatino,"Palatino Linotype","Palatino LT STD","Book Antiqua",Georgia,serif; diff --git a/_vendor/modules.txt b/_vendor/modules.txt index 9b20acaf5a..109661ca2a 100644 --- a/_vendor/modules.txt +++ b/_vendor/modules.txt @@ -1 +1 @@ -# github.com/gohugoio/gohugoioTheme v0.0.0-20240927143207-9be2119ff8d1 +# github.com/gohugoio/gohugoioTheme v0.0.0-20241016200921-2bc95089d866 diff --git a/go.mod b/go.mod index e2646530ea..582cb383cf 100644 --- a/go.mod +++ b/go.mod @@ -2,4 +2,4 @@ module github.com/gohugoio/hugoDocs go 1.16 -require github.com/gohugoio/gohugoioTheme v0.0.0-20240927143207-9be2119ff8d1 // indirect +require github.com/gohugoio/gohugoioTheme v0.0.0-20241016200921-2bc95089d866 // indirect diff --git a/go.sum b/go.sum index 5f999fb560..60f0392b5e 100644 --- a/go.sum +++ b/go.sum @@ -16,3 +16,5 @@ github.com/gohugoio/gohugoioTheme v0.0.0-20240815082608-66ccd383a90f h1:Eo5z3uUY github.com/gohugoio/gohugoioTheme v0.0.0-20240815082608-66ccd383a90f/go.mod h1:GOYeAPQJ/ok8z7oz1cjfcSlsFpXrmx6VkzQ5RpnyhZM= github.com/gohugoio/gohugoioTheme v0.0.0-20240927143207-9be2119ff8d1 h1:A/pBaRPbnp58cVdgXYKDv4eRAppkmGadPW+9TTQRJkU= github.com/gohugoio/gohugoioTheme v0.0.0-20240927143207-9be2119ff8d1/go.mod h1:GOYeAPQJ/ok8z7oz1cjfcSlsFpXrmx6VkzQ5RpnyhZM= +github.com/gohugoio/gohugoioTheme v0.0.0-20241016200921-2bc95089d866 h1:vewQEurKcWccnpiDsSIDYRSqzrhZDTE2s6RubeRD8Qo= +github.com/gohugoio/gohugoioTheme v0.0.0-20241016200921-2bc95089d866/go.mod h1:GOYeAPQJ/ok8z7oz1cjfcSlsFpXrmx6VkzQ5RpnyhZM=