-
Notifications
You must be signed in to change notification settings - Fork 682
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
[css-fonts] font-size Descriptor for ex Unit #731
Comments
It might make sense to als include tuning of the (usually horizontal) |
See also: #806 |
This seems to be covered by the improvements to Relative sizing: the font-size-adjust property @Crissov do you agree? |
Hm… Above, I proposed to specify, in a descriptor, a fallback ratio for In conclusion, I agree that this looks very similar, but could actually work in combination: the descriptor would provide a fallback value for m′, while the property specifies m. PS: If a descriptor was added, the correct answer to #6384 could be affected. |
There currently is no
font-size
descriptor for use in@font-face
. I propose it be added to manually specify the x-height and hence determine a non-fallback size (i.e. 0.5em) of theex
unit, which would be more useful and intuitive than thefont-size-adjust
property. Ifcap
was added as a unit for the height of capital letters #660, this descriptor should also be able to set it. I think it makes most sense to only allow percentages of1em
.The text was updated successfully, but these errors were encountered: