Skip to content

Commit be19b2d

Browse files
Ivantinayuangao
authored andcommitted
Md-select has no font fixes #2970 (#2973)
1 parent e0fe635 commit be19b2d

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/lib/select/select.scss

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
@import '../core/style/menu-common';
22
@import '../core/style/list-common';
33
@import '../core/style/form-common';
4+
@import '../core/style/variables';
45
@import '../core/a11y/a11y';
56

67
$mat-select-trigger-height: 30px !default;
@@ -12,6 +13,7 @@ $mat-select-panel-max-height: 256px !default;
1213
.mat-select {
1314
display: inline-block;
1415
outline: none;
16+
font-family: $mat-font-family;
1517
}
1618

1719
.mat-select-trigger {

0 commit comments

Comments
 (0)