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/propstrings.c | 1 + 1 file changed, 1 insertion(+) (limited to 'src/parse/propstrings.c') diff --git a/src/parse/propstrings.c b/src/parse/propstrings.c index 34c849a..e1ef19e 100644 --- a/src/parse/propstrings.c +++ b/src/parse/propstrings.c @@ -88,6 +88,7 @@ const stringmap_entry stringmap[LAST_KNOWN] = { { "elevation", SLEN("elevation") }, { "empty-cells", SLEN("empty-cells") }, { "float", SLEN("float") }, + { "font", SLEN("font") }, { "font-family", SLEN("font-family") }, { "font-size", SLEN("font-size") }, { "font-style", SLEN("font-style") }, -- cgit v1.2.3