From 9a8df047063ecfb393c3f543b95325d1ef537f95 Mon Sep 17 00:00:00 2001 From: Brandon Marshall Date: Tue, 25 Jun 2024 08:29:43 -0700 Subject: [PATCH] MWPW-152918 Fix Marketo button font --- libs/blocks/marketo/marketo.css | 1 + 1 file changed, 1 insertion(+) diff --git a/libs/blocks/marketo/marketo.css b/libs/blocks/marketo/marketo.css index 878d04a95a..2110cf9c55 100644 --- a/libs/blocks/marketo/marketo.css +++ b/libs/blocks/marketo/marketo.css @@ -275,6 +275,7 @@ border: 2px solid var(--color-accent); border-radius: 24px; color: var(--color-white); + font-family: var(--body-font-family); font-weight: 700; padding: 0 24px; font-size: 16px;