-
-
Notifications
You must be signed in to change notification settings - Fork 32.4k
New issue
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
[material-next] Improve typography handling #38804
Labels
Comments
Let's sync the |
#39514 ! |
1 task
This was referenced Jan 23, 2024
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Implement improvements on how we deal with typography in material next:
family
tofont
in typescales for consistency with Material You specificationpxToRem
to typescaleline-height
calculation andletter-spacing
calculation, maybe adaptcreateTypography
letter-spacing
calculation (point 1. in [LoadingButton] Fix HTML rule button > div forbidden nesting #38584 (comment))em
instead ofrem
when applicable (letter-spacing
,line-height
, point 2. in [LoadingButton] Fix HTML rule button > div forbidden nesting #38584 (comment))lineHeight
tolineHeightPx
intypescale
, add a calculated unitlesslineHeight
(Suggested here)The text was updated successfully, but these errors were encountered: