Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign up`font` shorthand property needs to support system font #15032
Closed
Labels
Milestone
Comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Servo's font property currently only parses things for its subproperties. However, there are several special keyword values for
fontshorthand called "system font" which can only be set as a whole.The spec currently defines six system fonts
caption,icon,menu,message-box,small-caption,status-bar, that Servo should support.See https://drafts.csswg.org/css-fonts-3/#propdef-font