From 7c127eb957cebb4d74c7a629d5925fe82d4275ed Mon Sep 17 00:00:00 2001 From: Bartosz Sekula Date: Mon, 6 Nov 2023 12:31:14 +0100 Subject: [PATCH] [AAE-17669] Custom theme should use default font (#9062) --- lib/core/custom-theme/theme/typography.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/core/custom-theme/theme/typography.scss b/lib/core/custom-theme/theme/typography.scss index 59de16c298..d1a1273a92 100644 --- a/lib/core/custom-theme/theme/typography.scss +++ b/lib/core/custom-theme/theme/typography.scss @@ -4,7 +4,7 @@ @function get-mat-typography($base-font-size, $font-family) { $custom-typography: mat.define-typography-config( - $font-family: 'Muli, Roboto, "Helvetica Neue", sans-serif', + $font-family: $default-font-family, $display-4: mat.define-typography-level(112px, 112px, 300), $display-3: mat.define-typography-level(56px, 56px, 400), $display-2: mat.define-typography-level(45px, 48px, 400),