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');
font-weight: normal;
font-style: normal;
}
// Mixins

View File

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