From 92cd85b2043bde1e91cdb3caa4becc2ebcc44009 Mon Sep 17 00:00:00 2001 From: Lucy C <12953208+elvece@users.noreply.github.com> Date: Tue, 6 Dec 2022 16:00:02 -0700 Subject: [PATCH] fix error and display of unknown font weight on success page (#2038) --- frontend/projects/setup-wizard/src/styles.scss | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/frontend/projects/setup-wizard/src/styles.scss b/frontend/projects/setup-wizard/src/styles.scss index 4b70b3f02..64550a457 100644 --- a/frontend/projects/setup-wizard/src/styles.scss +++ b/frontend/projects/setup-wizard/src/styles.scss @@ -61,6 +61,13 @@ src: url('/assets/fonts/Open_Sans/OpenSans-Bold.ttf'); } +@font-face { + font-family: 'Open Sans'; + font-style: normal; + font-weight: 700; + src: url('/assets/fonts/Open_Sans/OpenSans-Bold.ttf'); +} + @font-face { font-family: 'Open Sans'; font-style: normal;