From da1fb12d34812b236965ff07e1e5f7bb9ff0c748 Mon Sep 17 00:00:00 2001 From: Joe Mooring Date: Tue, 1 Apr 2025 13:17:45 -0700 Subject: [PATCH] theme: Update Lato font path for images.Text example --- layouts/shortcodes/img.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/layouts/shortcodes/img.html b/layouts/shortcodes/img.html index 375a4d472..60187802e 100644 --- a/layouts/shortcodes/img.html +++ b/layouts/shortcodes/img.html @@ -95,7 +95,7 @@ When using the padding filter, provide all arguments in this order: "fontSize" 64 "lineHeight" 1.2 "fontColor" "#ffffff" - "fontPath" "https://github.com/google/fonts/raw/main/ofl/lato/Lato-Regular.ttf" + "fontPath" "https://github.com/google/fonts/raw/refs/heads/main/ofl/lato/Lato-Regular.ttf" }} {{- /* Get and validate parameters. */}}