diff options
author | John Mark Bell <jmb@netsurf-browser.org> | 2011-12-04 21:06:24 +0000 |
---|---|---|
committer | John Mark Bell <jmb@netsurf-browser.org> | 2011-12-04 21:06:24 +0000 |
commit | d5a183e14d42560632a6aa270aede226215bb3d3 (patch) | |
tree | 31d7c6692a8267237ff3caa34fa5958e280ead24 /include/libcss/libcss.h | |
parent | d153cb125a6a69e08a49c93f9774f86705aa9898 (diff) | |
download | libcss-d5a183e14d42560632a6aa270aede226215bb3d3.tar.gz |
@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 'include/libcss/libcss.h')
-rw-r--r-- | include/libcss/libcss.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/libcss/libcss.h b/include/libcss/libcss.h index 551177c..89e83b5 100644 --- a/include/libcss/libcss.h +++ b/include/libcss/libcss.h @@ -22,6 +22,7 @@ extern "C" #include <libcss/properties.h> #include <libcss/select.h> #include <libcss/stylesheet.h> +#include <libcss/font_face.h> #ifdef __cplusplus } |