We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 88f435d commit 80e5e00Copy full SHA for 80e5e00
settings.py
@@ -292,6 +292,13 @@ def get_from_env(var, default):
292
293
PAGINATION_DEFAULT_WINDOW = 3
294
295
+# apt-get install ttf-dejavu
296
+DEFAULT_REGULAR_FONT = "/usr/share/fonts/truetype/ttf-dejavu/DejaVuSans.ttf"
297
+DEFAULT_BOLD_FONT = "/usr/share/fonts/truetype/ttf-dejavu/DejaVuSans-Bold.ttf"
298
+
299
+ZEUS_RESULTS_FONT_REGULAR_PATH = DEFAULT_REGULAR_FONT
300
+ZEUS_RESULTS_FONT_BOLD_PATH = DEFAULT_BOLD_FONT
301
302
# useful trick for custom settings
303
try:
304
from local_settings import *
0 commit comments