Skip to content

Commit

Permalink
fix(slider): set proper font family on label (#5772)
Browse files Browse the repository at this point in the history
  • Loading branch information
crisbeto authored and kara committed Jul 20, 2017
1 parent a921948 commit 1cba2dc
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/lib/slider/_slider-theme.scss
Expand Up @@ -132,6 +132,7 @@
@mixin mat-slider-typography($config) {
.mat-slider-thumb-label-text {
font: {
family: mat-font-family($config);
size: mat-font-size($config, caption);
weight: mat-font-weight($config, body-2);
}
Expand Down

0 comments on commit 1cba2dc

Please sign in to comment.