aboutsummaryrefslogtreecommitdiff
path: root/libstorycode/storycode.l
diff options
context:
space:
mode:
Diffstat (limited to 'libstorycode/storycode.l')
-rw-r--r--libstorycode/storycode.l2
1 files changed, 1 insertions, 1 deletions
diff --git a/libstorycode/storycode.l b/libstorycode/storycode.l
index e7f3961..9a247cd 100644
--- a/libstorycode/storycode.l
+++ b/libstorycode/storycode.l
@@ -55,7 +55,7 @@ GEOMETRY { BEGIN(geom); return SC_GEOMETRY; }
TEXT { return SC_TEXTFRAME; }
IMAGE { return SC_IMAGEFRAME; }
FOOTER { return SC_FOOTER; }
-FONT { BEGIN(font); return SC_FONT; }
+FONT[ ] { BEGIN(font); return SC_FONT; }
PAD { BEGIN(pad); return SC_PAD; }
PARASPACE { BEGIN(paraspace); return SC_PARASPACE; }
ALIGN { BEGIN(align); return SC_ALIGN; }