summaryrefslogtreecommitdiff
path: root/src/parse/properties/properties.c
diff options
context:
space:
mode:
authorJohn Mark Bell <jmb@netsurf-browser.org>2009-06-25 21:53:51 +0000
committerJohn Mark Bell <jmb@netsurf-browser.org>2009-06-25 21:53:51 +0000
commit0e622a92d6e16141b050a7477d3b23068b289231 (patch)
tree3dcee201a67ebdcc2d252b56ac1cdfe501938954 /src/parse/properties/properties.c
parentfc09dd686bd7b131f7ee743a392900bf3f741498 (diff)
downloadlibcss-0e622a92d6e16141b050a7477d3b23068b289231.tar.gz
libcss-0e622a92d6e16141b050a7477d3b23068b289231.tar.bz2
Font shorthand property
svn path=/trunk/libcss/; revision=7989
Diffstat (limited to 'src/parse/properties/properties.c')
-rw-r--r--src/parse/properties/properties.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/parse/properties/properties.c b/src/parse/properties/properties.c
index 7e54f16..6e7177b 100644
--- a/src/parse/properties/properties.c
+++ b/src/parse/properties/properties.c
@@ -58,6 +58,7 @@ const css_prop_handler property_handlers[LAST_PROP + 1 - FIRST_PROP] =
parse_elevation,
parse_empty_cells,
parse_float,
+ parse_font,
parse_font_family,
parse_font_size,
parse_font_style,