summaryrefslogtreecommitdiff
path: root/scss/config.py
diff options
context:
space:
mode:
authorfunvit <funvit@gmail.com>2013-10-01 01:50:19 +0400
committerfunvit <funvit@gmail.com>2013-10-01 01:50:19 +0400
commitc4bba84f2c77cd10b3d73802d26e6e1e5e684670 (patch)
tree9d157bb1d3a2360b9999fa3fc9d264e26b49ae13 /scss/config.py
parented2a59eea1058a3c7f6757070013c29ed85f0970 (diff)
downloadpyscss-c4bba84f2c77cd10b3d73802d26e6e1e5e684670.tar.gz
fonts_root, fonts_url
tests for font_files (inline_font_files) fixed font_files (works like 3.2)
Diffstat (limited to 'scss/config.py')
-rw-r--r--scss/config.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/scss/config.py b/scss/config.py
index 60d8bc5..734c8a9 100644
--- a/scss/config.py
+++ b/scss/config.py
@@ -14,6 +14,8 @@ CACHE_ROOT = None
# Urls for the static and assets:
STATIC_URL = 'static/'
ASSETS_URL = 'static/assets/'
+FONTS_ROOT = STATIC_ROOT
+FONTS_URL = STATIC_URL
VERBOSITY = True
STYLE = 'nested'
FATAL_UNDEFINED = True