Stylo: Implement font-kerning #13667
Labels
A-content/css
Interacting with CSS from web content (parsing, serializing, introspection)
A-stylo
E-less-complex
Straightforward. Recommended for a new contributor.
Please go through the guide before working on this issue.
font-kerning
is a keyword property which takes one of the following values:auto | normal | none
. The default value isauto
. The linked MDN has more information about this.The constant prefix you should be using is
NS_FONT_KERNING
You will need to manually implement the glue, see https://github.com/servo/servo/pull/13570/files for an example of this.
Code:
servo/components/style/properties/longhand/font.mako.rs
The text was updated successfully, but these errors were encountered: