Closed DzmVasileusky closed 1 year ago
This issue has been automatically locked due to inactivity. Please file a new issue if you are encountering a similar or related problem.
Read more about our automatic conversation locking policy.
This action has been performed automatically by a bot.
Is this a regression?
The previous version in which this bug was not present was
14
Description
Custom font-family isn't applied to mat-datepicker
Reproduction
Steps to reproduce:
Add
mat-datepicker
on any pageExpected Behavior
mat-datepicker
elements havefont-family: 'proxima-nova', system, -apple-system, BlinkMacSystemFont, Helvetica Neue, sans-serif
Actual Behavior
mat-datepicker
elements havefont-family: Roboto, "Helvetica Neue", sans-serif;
Environment