From 0e622a92d6e16141b050a7477d3b23068b289231 Mon Sep 17 00:00:00 2001 From: John Mark Bell Date: Thu, 25 Jun 2009 21:53:51 +0000 Subject: Font shorthand property svn path=/trunk/libcss/; revision=7989 --- src/parse/properties/properties.c | 1 + 1 file changed, 1 insertion(+) (limited to 'src/parse/properties/properties.c') 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, -- cgit v1.2.3