From e784874260accf76bc53083e7942c0cc5e1474f6 Mon Sep 17 00:00:00 2001 From: Mateusz Grotek Date: Wed, 23 Oct 2024 11:44:48 +0100 Subject: [PATCH] Set default font for component guide --- app/assets/stylesheets/component_guide/application.scss | 1 + 1 file changed, 1 insertion(+) diff --git a/app/assets/stylesheets/component_guide/application.scss b/app/assets/stylesheets/component_guide/application.scss index ed9a86273a..b29d28f6c4 100644 --- a/app/assets/stylesheets/component_guide/application.scss +++ b/app/assets/stylesheets/component_guide/application.scss @@ -240,6 +240,7 @@ $gem-guide-border-width: 1px; // Preview Page Styling html { background: govuk-colour("white"); + font-family: $govuk-font-family; } .hide-header-and-footer {