From 3d00e982056abd33ad378dc44db3ee68c9e8d604 Mon Sep 17 00:00:00 2001 From: Darren Griffin Date: Wed, 8 Jan 2025 15:48:03 +0000 Subject: [PATCH] Fixes font display issues (#36807) --- source/connectzbt1/index.html | 4 ++++ source/yellow/index.html | 3 +++ 2 files changed, 7 insertions(+) diff --git a/source/connectzbt1/index.html b/source/connectzbt1/index.html index 8886757aaaf..0f2deb3cf03 100644 --- a/source/connectzbt1/index.html +++ b/source/connectzbt1/index.html @@ -22,6 +22,10 @@ frontpage_image: /images/frontpage/feature-zbt1.jpg #landingpage #buy-dialog { overflow-y: auto; } + #landingpage .page-content .content .bullet-points .item span{ + letter-spacing: unset; + } + .multi-pan { max-width: 750px; margin: 100px auto; diff --git a/source/yellow/index.html b/source/yellow/index.html index e3f73fb341b..16f11ae0a6b 100644 --- a/source/yellow/index.html +++ b/source/yellow/index.html @@ -48,6 +48,9 @@ frontpage_image: /images/frontpage/yellow-frontpage.jpg max-width: initial; width: 100px; } + #landingpage .page-content .content .bullet-points .item span{ + letter-spacing: unset; + } .banner-overlay-button, #landingpage .fab { background-color: #ffc900 !important; color: black !important;