Closed
Description
Bug, feature request, or proposal:
Incorrect Font family for only inputs in a Dialog
What is the expected behavior?
Expected to have set font family Proxima Nova.
$typography-config: mat-typography-config(
$font-family: 'Proxima Nova'
....
);
What is the current behavior?
Font Family is set to Times
What are the steps to reproduce?
- Create custom theme.
- Set typography font family.
- create a dialog with inputs
Which versions of Angular, Material, OS, TypeScript, browsers are affected?
@angular/[email protected]",
"typescript": "2.3.4",
browser: chrome
Is there anything else we should know?
The bug was also present when using a prebuilt theme.
Metadata
Metadata
Assignees
Labels
No labels