From 8e1520d335051f73547993f1797e5c0e961362b3 Mon Sep 17 00:00:00 2001 From: Sanj Date: Fri, 29 Jun 2012 16:56:19 +0530 Subject: [PATCH] ups, quotes around font url definition --- edgware/static/css/fonts.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/edgware/static/css/fonts.css b/edgware/static/css/fonts.css index 1249576..4160991 100644 --- a/edgware/static/css/fonts.css +++ b/edgware/static/css/fonts.css @@ -57,7 +57,7 @@ @font-face { font-family: Neeon; - src: url(/static/fonts/possible moi.ttf) format("truetype"); + src: url('/static/fonts/possible moi.ttf') format("truetype"); }