You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Started a new project with angular 4.0.0 and angular/material 2.0.0-beta.8
imported the prebuilt-theme into my styles.css
linked the Roboto font from Google Fonts
The result is that the input is not setting the font style, searching thru the elements with dev tools and searching in the css source code, I think that the "problem" is with the font property's value.
The dev tools alerts that this property's value is invalid.
What is the expected behavior?
I expected all componentes to be styled with Roboto font.
The following screenshot shows the rendered components and the dev tools feedback.
The toolbar uses font-family instead of font
The current value of the font property is 400 inherit/1.125 Roboto,"Helvetica Neue",sans-serif;
The text was updated successfully, but these errors were encountered:
Bug, feature request, or proposal:
Started a new project with angular 4.0.0 and angular/material 2.0.0-beta.8
imported the prebuilt-theme into my styles.css
linked the Roboto font from Google Fonts
The result is that the input is not setting the font style, searching thru the elements with dev tools and searching in the css source code, I think that the "problem" is with the
font
property's value.The dev tools alerts that this property's value is invalid.
What is the expected behavior?
I expected all componentes to be styled with Roboto font.
What is the current behavior?
MdInput component doesn't use the roboto font
What are the steps to reproduce?
Create a new project with @angular/cli and follow the get started section from @angular/material
https://material.angular.io/guide/getting-started
The following screenshot shows the rendered components and the dev tools feedback.
The toolbar uses
font-family
instead offont
The current value of the
font
property is400 inherit/1.125 Roboto,"Helvetica Neue",sans-serif;
The text was updated successfully, but these errors were encountered: