summaryrefslogtreecommitdiff
path: root/src/stylesheet.h
diff options
context:
space:
mode:
authorJohn Mark Bell <jmb@netsurf-browser.org>2011-12-04 21:06:24 +0000
committerJohn Mark Bell <jmb@netsurf-browser.org>2011-12-04 21:06:24 +0000
commitd5a183e14d42560632a6aa270aede226215bb3d3 (patch)
tree31d7c6692a8267237ff3caa34fa5958e280ead24 /src/stylesheet.h
parentd153cb125a6a69e08a49c93f9774f86705aa9898 (diff)
downloadlibcss-d5a183e14d42560632a6aa270aede226215bb3d3.tar.gz
libcss-d5a183e14d42560632a6aa270aede226215bb3d3.tar.bz2
@font-face support. Credit: James Montgomerie
Things missing: parser tests; the following descriptors: font-feature-settings, font-stretch, font-variant, unicode-range. svn path=/trunk/libcss/; revision=13244
Diffstat (limited to 'src/stylesheet.h')
-rw-r--r--src/stylesheet.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/stylesheet.h b/src/stylesheet.h
index 0f6deed..d48d0a9 100644
--- a/src/stylesheet.h
+++ b/src/stylesheet.h
@@ -141,7 +141,7 @@ typedef struct css_rule_media {
typedef struct css_rule_font_face {
css_rule base;
- css_style *style;
+ css_font_face *font_face;
} css_rule_font_face;
typedef struct css_rule_page {