We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Bug md-subheader cannot inherit proper font family
by default, font family of md-subheader should be Roboto
The default font family is Times (inherited from body, might be Roboto, decided by how you give global style to body)
Roboto
body
http://plnkr.co/edit/I1kueZi21gdktAGLIupS?p=preview
Fonts should be same by across all material2 components by default
Angular: 2.1.0 Material: master branch OS: Mac OS 10.11.6 Browsers: Chrome, Firefox, Safari
Nope
The text was updated successfully, but these errors were encountered:
@kara any update on this issue? I can fix this one if you wish. Only an extra line of css
Sorry, something went wrong.
@chouclee Go for it!
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.
Successfully merging a pull request may close this issue.
Bug, feature request, or proposal:
Bug md-subheader cannot inherit proper font family
What is the expected behavior?
by default, font family of md-subheader should be Roboto
What is the current behavior?
The default font family is Times (inherited from body, might be
Roboto
, decided by how you give global style tobody
)What are the steps to reproduce?
http://plnkr.co/edit/I1kueZi21gdktAGLIupS?p=preview
What is the use-case or motivation for changing an existing behavior?
Fonts should be same by across all material2 components by default
Which versions of Angular, Material, OS, browsers are affected?
Angular: 2.1.0
Material: master branch
OS: Mac OS 10.11.6
Browsers: Chrome, Firefox, Safari
Is there anything else we should know?
Nope
The text was updated successfully, but these errors were encountered: