aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChristopher Allan Webber <cwebber@dustycloud.org>2011-10-23 14:59:58 -0500
committerChristopher Allan Webber <cwebber@dustycloud.org>2011-10-23 14:59:58 -0500
commitcfb7ed7d38504af32554b858334919c3fd480f77 (patch)
treeaff16ca2211064e0fc46b14f05731629c11071b0
parenteb5bb3fc997da26a39d6d77888574b634f00db57 (diff)
downloadmediagoblin-cfb7ed7d38504af32554b858334919c3fd480f77.tar.lz
mediagoblin-cfb7ed7d38504af32554b858334919c3fd480f77.tar.xz
mediagoblin-cfb7ed7d38504af32554b858334919c3fd480f77.zip
Should be Lato-Regular.ttf not Lato-Regular.woff (why was it even working?)
-rw-r--r--mediagoblin/static/css/base.css2
1 files changed, 1 insertions, 1 deletions
diff --git a/mediagoblin/static/css/base.css b/mediagoblin/static/css/base.css
index b108cc9e..b32beee1 100644
--- a/mediagoblin/static/css/base.css
+++ b/mediagoblin/static/css/base.css
@@ -22,7 +22,7 @@
font-family: 'Lato';
font-style: normal;
font-weight: 400;
- src: local('Lato Regular'), local('Lato-Regular'), url('../fonts/Lato-Regular.woff') format('truetype');
+ src: local('Lato Regular'), local('Lato-Regular'), url('../fonts/Lato-Regular.ttf') format('truetype');
}
body {