forked from Dogfalo/materialize
-
-
Notifications
You must be signed in to change notification settings - Fork 107
Closed
Labels
css/sassFor something that related to styling/viewFor something that related to styling/viewdocumentationImprovements or additions to documentationImprovements or additions to documentationgood first issueGood for newcomersGood for newcomers
Description
The font-family that is set in html body is not applied to input elements.
_variables.scss defines font-stack, but it is not in the materializecss documentation
_typography.scss applies font-stack to a few elements only: button, input, optgroup, select, textarea
_typography.scss applies font-family to html.
Effect: when overriding own font-family in body, it is inherited everywhere except the above elements, which will look different when the undocumented font-family has not been adjusted. This might be hard to spot and results in different looks on different operating systems and browsers.
Proposal: provide full support for setting font-family to groups of elements and document how to apply.
warrenrodrigues
Metadata
Metadata
Assignees
Labels
css/sassFor something that related to styling/viewFor something that related to styling/viewdocumentationImprovements or additions to documentationImprovements or additions to documentationgood first issueGood for newcomersGood for newcomers