From b0f8ddd0dbc9e87d28526733a819098e49004c28 Mon Sep 17 00:00:00 2001 From: madrilene Date: Mon, 23 Sep 2024 09:32:20 +0200 Subject: [PATCH] Include body font in OG image --- src/common/og-images.njk | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/src/common/og-images.njk b/src/common/og-images.njk index 602fd8f..f23e950 100644 --- a/src/common/og-images.njk +++ b/src/common/og-images.njk @@ -1,5 +1,6 @@ --- -font: "'Red Hat Display', Ubuntu" # These get created in development, you must have the font installed on your system. +fontDisplay: "'Red Hat Display', Ubuntu" # needed created in local development, font must be installed on your system. +fontBody: "'Inclusive Sans', Ubuntu" # needed created in local development, font must be installed on your system. background: '#343434' text: '#FBFBFB' colors: ['#dd4462', '#c73d58', '#b1364e', '#9a3044'] @@ -59,7 +60,7 @@ eleventyExcludeFromCollections: true