Commit 3d640f899fe7a61a0d81d65ebcee14b748af8630

Thomas de Grivel 2015-06-23T16:00:15

Add support for woff2 fonts.

1
2
3
4
5
6
7
8
9
10
diff --git a/font.lisp b/font.lisp
index 932a528..44cbcbd 100644
--- a/font.lisp
+++ b/font.lisp
@@ -23,4 +23,4 @@
 (defclass font-asset (asset) ())
 
 (defmethod asset-class-extensions ((class (eql 'font-asset)))
-  '(.eot .ttf .woff))
+  '(.eot .ttf .woff .woff2))