summaryrefslogtreecommitdiff
path: root/src/stylesheet.c
diff options
context:
space:
mode:
authorVincent Sanders <vince@netsurf-browser.org>2011-02-02 00:15:46 +0000
committerVincent Sanders <vince@netsurf-browser.org>2011-02-02 00:15:46 +0000
commitc3d7df723ce46d280f3e0edf558aed333a94d81f (patch)
tree783f7d1944ab4e80cfc1ed7964fe84333b38e206 /src/stylesheet.c
parentf47faa2c143853fd7e4c2804527ddc810fe2dada (diff)
downloadlibcss-c3d7df723ce46d280f3e0edf558aed333a94d81f.tar.gz
libcss-c3d7df723ce46d280f3e0edf558aed333a94d81f.tar.bz2
add system font hook
svn path=/trunk/libcss/; revision=11599
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;