Fix weird font bug

master
Nick Sergeant 2011-12-22 22:23:50 -05:00
parent 1ad1921cc6
commit 737740add2
2 changed files with 1 additions and 2 deletions

View File

@ -10,7 +10,6 @@
url('/media/fonts/Inconsolata-webfont.svg#InconsolataMedium') format('svg'); url('/media/fonts/Inconsolata-webfont.svg#InconsolataMedium') format('svg');
font-weight: normal; font-weight: normal;
font-style: normal; font-style: normal;
} }
// Mixins // Mixins

View File

@ -3,7 +3,7 @@
import os, socket import os, socket
if socket.gethostname() in ['nickmba.local', 'nickimac.local']: if socket.gethostname() in ['nickmba.local', 'nickimac.local']:
DEBUG = False DEBUG = True
else: else:
DEBUG = False DEBUG = False
TEMPLATE_DEBUG = DEBUG TEMPLATE_DEBUG = DEBUG