From a882ce61a6dfe192c44e46cc4c365632848d878d Mon Sep 17 00:00:00 2001 From: edith <58082567+jellodiil@users.noreply.github.com> Date: Mon, 16 Oct 2023 14:42:05 +0100 Subject: [PATCH] WEB-6573: Slide generator decided to suddenly honor the heading style font-weights..... --- app/server/views/styles/components/slide.scss | 1 + 1 file changed, 1 insertion(+) diff --git a/app/server/views/styles/components/slide.scss b/app/server/views/styles/components/slide.scss index d75f622..2a94d1d 100644 --- a/app/server/views/styles/components/slide.scss +++ b/app/server/views/styles/components/slide.scss @@ -160,6 +160,7 @@ $slide-ratio: 1.8; h3 { font-size: 40px * $slide-ratio; font-family: 'Relative', sans-serif; + font-weight: 400; line-height: 1.25; /* Max-width is roughly 75%, but percentage doesn't work cos absolute positioning... and -64px to match carolus */ max-width: 713px * $slide-ratio;