From e0926b9350a90902e3f5a7faf255b6bfc37d9c06 Mon Sep 17 00:00:00 2001 From: Gabe Kangas Date: Tue, 30 Aug 2022 13:13:05 -0700 Subject: [PATCH] Set modal header font --- web/styles/ant-overrides.scss | 1 + 1 file changed, 1 insertion(+) diff --git a/web/styles/ant-overrides.scss b/web/styles/ant-overrides.scss index 196b06f1c..548dff6e3 100644 --- a/web/styles/ant-overrides.scss +++ b/web/styles/ant-overrides.scss @@ -95,6 +95,7 @@ .ant-modal-header { color: var(--theme-color-components-modal-header-text); + font-family: var(--theme-text-display-font-family); } .ant-modal-title { color: var(--theme-color-components-modal-header-text);