-
Notifications
You must be signed in to change notification settings - Fork 756
Closed
Labels
css-fonts-4Current WorkCurrent Work
Description
We have the following syntax for the descriptors:
font-style: normal | italic | oblique [ <angle> | <angle>-<angle> ] ?
font-weight: normal | bold | [ <number> | <number>-<number> ]
font-stretch: normal | ultra-condensed | extra-condensed | condensed | semi-condensed | semi-expanded | expanded | extra-expanded | ultra-expanded | [ <percentage> | <percentage>-<percentage> ]
I am not convinced we need the hyphens. How about making the syntax lighter, and using spaces instead?
font-style: ... [ <angle> | <angle> <angle> ] ?
font-weight: ... [ <number> | <number> <number> ]
font-stretch: ... [ <percentage> | <percentage> <percentage> ]
Metadata
Metadata
Assignees
Labels
css-fonts-4Current WorkCurrent Work