Skip to content

Commit 5d5ce83

Browse files
crisbetojelbourn
authored andcommitted
fix(table): set font family (#5741)
Fixes the font family not being set on the `md-table`.
1 parent 81af449 commit 5d5ce83

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

src/lib/table/_table-theme.scss

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,9 @@
2424
}
2525

2626
@mixin mat-table-typography($config) {
27-
$font-family: mat-font-family($config);
27+
.mat-table {
28+
font-family: mat-font-family($config);
29+
}
2830

2931
.mat-header-cell {
3032
font-size: mat-font-size($config, caption);

0 commit comments

Comments
 (0)