]> Pileus Git - ~andy/gtk/commit
css: Make font property a shorthand
authorBenjamin Otte <otte@redhat.com>
Sun, 29 May 2011 05:03:59 +0000 (07:03 +0200)
committerBenjamin Otte <otte@redhat.com>
Wed, 15 Jun 2011 10:52:53 +0000 (12:52 +0200)
commit0d253b67f41fd9f8956f763dda275cfa8353cd7f
tree2a4a9882a8cfa7422a93c3afc546058fa81801d0
parent0c162851ed3be918748724df8535f63b82626bb7
css: Make font property a shorthand

... and implement the CSS font properties:
- font-size
- font-style
- font-family
- font-weight
- font-variant

This is the second try at this. The first was backed out previously due
to bugginess. Let's hope this one survives a bit longer.

Also makes the font-family CSS test work again.
gtk/gtkcssparser.c
gtk/gtkcssprovider.c
gtk/gtkstylecontext.c
gtk/gtkstyleproperty.c