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
{{ message }}
This repository has been archived by the owner on Dec 19, 2024. It is now read-only.
I feel like paper-button should use paper-styles/typography.html and its
--paper-font-button
mixin for font.Expected outcome
Paper button uses 14px font with
font-weight: 500
(Roboto Medium) as mentioned in Google Design Spec's Typography section and is already defined in paper-styles/typography.html.Image: material-design-lite demo, their CSS implementation here
Actual outcome
Paper button uses default font size with default font-weight (400 - Roboto Regular).
Image: paper-card demo
The text was updated successfully, but these errors were encountered: