docs: There is no font-name style property

It's "font"
This commit is contained in:
Benjamin Otte 2011-06-02 01:55:45 +02:00
parent 1845849596
commit a659143d55

View File

@ -141,12 +141,12 @@
* *
* /* Theme any widget within a GtkBin */ * /* Theme any widget within a GtkBin */
* GtkBin * { * GtkBin * {
* font-name: Sans 20 * font: Sans 20
* } * }
* *
* /* Theme a label named title-label */ * /* Theme a label named title-label */
* GtkLabel#title-label { * GtkLabel#title-label {
* font-name: Sans 15 * font: Sans 15
* } * }
* *
* /* Theme any widget named main-entry */ * /* Theme any widget named main-entry */