From 0fa3c3b73175a5f9de7a35c73f11bb7ea57b8e8a Mon Sep 17 00:00:00 2001 From: Matthias Clasen Date: Wed, 25 May 2016 15:56:04 -0400 Subject: [PATCH] Mention CSS font property in the release notes --- docs/reference/gtk/migrating-3xtoy.xml | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/docs/reference/gtk/migrating-3xtoy.xml b/docs/reference/gtk/migrating-3xtoy.xml index 074c835ee1..ea4ebb439e 100644 --- a/docs/reference/gtk/migrating-3xtoy.xml +++ b/docs/reference/gtk/migrating-3xtoy.xml @@ -392,4 +392,16 @@ custom offsets should double-check that their levels look as expected. + +
+ Changes in GTK+ 3.22 + + + The CSS parser has gotten a bit more selective in what it accepts as + valid values for the font: shorthand. Following the CSS specification, + at least a size and a family name are required now. If you want to + change an individual facet of the font, like the weight, use the + individual CSS properties: font-weight, font-size, font-family, etc. + +