From 298a90e17548693366812f19cc91617a1bc991fa Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Dani=C3=ABl=20van=20der=20Winden?= Date: Thu, 10 Oct 2024 17:05:48 +0100 Subject: [PATCH] Updated font weights for IBM Plex Serif --- ghost/custom-fonts/src/index.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ghost/custom-fonts/src/index.ts b/ghost/custom-fonts/src/index.ts index 27559eaddc..c7d172c12f 100644 --- a/ghost/custom-fonts/src/index.ts +++ b/ghost/custom-fonts/src/index.ts @@ -41,7 +41,7 @@ export function generateCustomFontCss(fonts: FontSelection) { url: '@import url(https://fonts.bunny.net/css?family=lora:400,700)' }, 'IBM Plex Serif': { - url: '@import url(https://fonts.bunny.net/css?family=ibm-plex-serif:400,700)' + url: '@import url(https://fonts.bunny.net/css?family=ibm-plex-serif:400,500,600)' }, 'EB Garamond': { url: '@import url(https://fonts.bunny.net/css?family=eb-garamond:400,700)'