File tree Expand file tree Collapse file tree 3 files changed +7
-3
lines changed
projects/assets-library/assets/styles Expand file tree Collapse file tree 3 files changed +7
-3
lines changed Original file line number Diff line number Diff line change 6464 "optimization" : true ,
6565 "outputHashing" : " all" ,
6666 "sourceMap" : false ,
67- "extractCss" : true ,
6867 "namedChunks" : false ,
6968 "extractLicenses" : true ,
7069 "vendorChunk" : false ,
Original file line number Diff line number Diff line change 1+ @use ' ~@angular/material' as mat ;
12@import ' color-palette' ;
23
34$font-family : ' Work Sans' , sans-serif ;
@@ -329,3 +330,7 @@ $font-family: 'Work Sans', sans-serif;
329330@mixin axis-title ($color : $gray-9 ) {
330331 @include chart-small-regular ;
331332}
333+
334+ $mat-typography : mat .define-typography-config (
335+ $font-family : $font-family
336+ );
Original file line number Diff line number Diff line change 1+ @use ' ~@angular/material' as mat ;
12@import ' shared-globals' ;
2- @import ' @angular/material/theming' ;
33
44.vertical-flex-layout {
55 @include flex-layout (column );
7979// Include the common styles for Angular Material. We include this here so that you only
8080// have to load a single css file for Angular Material in your app.
8181// Be sure that you only ever include this mixin once!
82- @include mat- core (mat-typography-config ( $font-family : $font-family ) );
82+ @include mat . core ($ mat-typography );
You can’t perform that action at this time.
0 commit comments