mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-07-24 17:32:15 +00:00
Use http request to load the font Add the Muli font in all the theme Remove the overwritten font-family not necessary
17 lines
475 B
SCSS
17 lines
475 B
SCSS
@import '~ng2-alfresco-core/styles/theming';
|
|
@import './all-theme';
|
|
|
|
$custom-typography: mat-typography-config(
|
|
$font-family: 'Muli, Roboto, "Helvetica Neue", sans-serif'
|
|
);
|
|
@include angular-material-typography($custom-typography);
|
|
|
|
@include mat-core();
|
|
|
|
$primary: mat-palette($mat-indigo);
|
|
$accent: mat-palette($mat-pink, A200, A100, A400);
|
|
$theme: mat-light-theme($primary, $accent);
|
|
|
|
@include angular-material-theme($theme);
|
|
@include alfresco-material-theme($theme);
|