summaryrefslogtreecommitdiff
path: root/src/parse/propstrings.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/propstrings.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/propstrings.c')
-rw-r--r--src/parse/propstrings.c1
1 files changed, 1 insertions, 0 deletions
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") },