GNOME Bugzilla – Bug 735593
Implement CSS font-stretch property
Last modified: 2014-08-28 12:42:43 UTC
This is needed so that Adwaita can drop some "font: condensed bold 9" font descriptions.
Created attachment 284684 [details] [review] css: Implement font-stretch The font-stretch CSS property is defined in the Level 3 CSS Fonts module, available at: http://dev.w3.org/csswg/css-fonts/#propdef-font-stretch It allows defining a normal, condensed, or expanded face to the font description. Pango already supports it, so this is literally just the CSS parser machinery needed to bridge our CSS to the FontDescription API.
Comment on attachment 284684 [details] [review] css: Implement font-stretch Yup.
Attachment 284684 [details] pushed as 5ad60ca - css: Implement font-stretch