From 9b29484c6e297674906474766a1c928638507347 Mon Sep 17 00:00:00 2001 From: Sk3pper <13051136+Sk3pper@users.noreply.github.com> Date: Fri, 9 Aug 2024 17:17:08 +0200 Subject: [PATCH] disable fonts --- hugo.yaml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/hugo.yaml b/hugo.yaml index fd8888f..ffa4de7 100644 --- a/hugo.yaml +++ b/hugo.yaml @@ -9,12 +9,12 @@ module: # different fonts to use from https://fontsource.org/ - source: ./node_modules/@fontsource/mulish/files target: static/files - - source: ./node_modules/@fontsource/luckiest-guy/files - target: static/files - - source: ./node_modules/@fontsource/anton/files - target: static/files - - source: ./node_modules/@fontsource/smooch/files - target: static/files + # - source: ./node_modules/@fontsource/luckiest-guy/files + # target: static/files + # - source: ./node_modules/@fontsource/anton/files + # target: static/files + # - source: ./node_modules/@fontsource/smooch/files + # target: static/files # contains the font files used by KaTeX, a popular library for rendering LaTeX math in web pages - source: ./node_modules/katex/dist/fonts target: static/fonts