From b3ae122c4c7569724bf9e9278d5cb1597d8111ef Mon Sep 17 00:00:00 2001 From: Cilibiu Bogdan Date: Fri, 4 May 2018 18:14:45 +0300 Subject: [PATCH] font config (#348) --- src/app/ui/theme.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app/ui/theme.scss b/src/app/ui/theme.scss index 96302e8aa..9deea7cda 100644 --- a/src/app/ui/theme.scss +++ b/src/app/ui/theme.scss @@ -5,7 +5,7 @@ @import 'custom-theme'; -@include mat-core(); +@include mat-core($alfresco-typography); $primary: mat-palette($alfresco-accent-orange); $accent: mat-palette($alfresco-ecm-blue);