mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-07-24 17:32:15 +00:00
[AAE-17669] Custom theme should use default font (#9062)
This commit is contained in:
@@ -4,7 +4,7 @@
|
|||||||
|
|
||||||
@function get-mat-typography($base-font-size, $font-family) {
|
@function get-mat-typography($base-font-size, $font-family) {
|
||||||
$custom-typography: mat.define-typography-config(
|
$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-4: mat.define-typography-level(112px, 112px, 300),
|
||||||
$display-3: mat.define-typography-level(56px, 56px, 400),
|
$display-3: mat.define-typography-level(56px, 56px, 400),
|
||||||
$display-2: mat.define-typography-level(45px, 48px, 400),
|
$display-2: mat.define-typography-level(45px, 48px, 400),
|
||||||
|
Reference in New Issue
Block a user