Bug, feature request, or proposal:
bug
What is the expected behavior?
The font-size of form-fields should be set by typography and default to 16px as per material spec
What is the current behavior?
The font-size for form fields is 'inherit'
Which versions of Angular, Material, OS, TypeScript, browsers are affected?
5.0.0
Is there anything else we should know?
Looking through the code, I find no usage of the 'input' theme config in any of the form fields or controls that reference the font-size. I do see that the 'input' config is used for font-weight and line-height