summaryrefslogtreecommitdiff
path: root/src/stylesheet.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/stylesheet.c')
-rw-r--r--src/stylesheet.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/stylesheet.c b/src/stylesheet.c
index d8c3113..382260a 100644
--- a/src/stylesheet.c
+++ b/src/stylesheet.c
@@ -224,6 +224,9 @@ css_error css_stylesheet_create(css_stylesheet_params *params,
sheet->color = params->color;
sheet->color_pw = params->color_pw;
+ sheet->font = params->font;
+ sheet->font_pw = params->font_pw;
+
sheet->alloc = alloc;
sheet->pw = alloc_pw;