reinstate icons for toggling plugins, that had gotten lost in the bootstrap 3 turmoil
[myslice.git] / unfold / collectstatic.py
index b40afe4..0c6a1d2 100644 (file)
@@ -53,6 +53,7 @@ class ThirdPartyFinder(BaseFinder):
         'js' : ('.js',),
         'css': ('.css',),
         'img': ('.png', '.ico',),
+        'fonts' : ('.svg', '.eot', '.ttf', '.woff'),
     }
 
     def find(self, search_path, all=False):