[AAE-17669] Custom theme should use default font (#9062)

This commit is contained in:
Bartosz Sekula
2023-11-06 12:31:14 +01:00
committed by GitHub
parent fe8f4a5e74
commit 7c127eb957

View File

@@ -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),