summaryrefslogtreecommitdiff
path: root/src/parse/properties/font.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/parse/properties/font.c')
-rw-r--r--src/parse/properties/font.c5
1 files changed, 3 insertions, 2 deletions
diff --git a/src/parse/properties/font.c b/src/parse/properties/font.c
index 8d66aec..2cdb488 100644
--- a/src/parse/properties/font.c
+++ b/src/parse/properties/font.c
@@ -160,9 +160,10 @@ static css_error parse_system_font(css_language *c,
return error;
error = css__stylesheet_style_append(result, snumber);
- if (error != CSS_OK)
- return error;
}
+ if (error != CSS_OK)
+ return error;
+
error = css__stylesheet_style_append(result, FONT_FAMILY_END);
return error;