From d5a183e14d42560632a6aa270aede226215bb3d3 Mon Sep 17 00:00:00 2001 From: John Mark Bell Date: Sun, 4 Dec 2011 21:06:24 +0000 Subject: @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 --- Makefile | 1 + 1 file changed, 1 insertion(+) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 4b91c68..a6a7f2e 100644 --- a/Makefile +++ b/Makefile @@ -46,6 +46,7 @@ I := /include/libcss INSTALL_ITEMS := $(INSTALL_ITEMS) $(I):include/libcss/computed.h INSTALL_ITEMS := $(INSTALL_ITEMS) $(I):include/libcss/errors.h +INSTALL_ITEMS := $(INSTALL_ITEMS) $(I):include/libcss/font_face.h INSTALL_ITEMS := $(INSTALL_ITEMS) $(I):include/libcss/fpmath.h INSTALL_ITEMS := $(INSTALL_ITEMS) $(I):include/libcss/functypes.h INSTALL_ITEMS := $(INSTALL_ITEMS) $(I):include/libcss/hint.h -- cgit v1.2.3