From: Christopher Allan Webber Date: Sun, 23 Oct 2011 19:59:58 +0000 (-0500) Subject: Should be Lato-Regular.ttf not Lato-Regular.woff (why was it even working?) X-Git-Url: https://vcs.fsf.org/?a=commitdiff_plain;h=cfb7ed7d38504af32554b858334919c3fd480f77;p=mediagoblin.git Should be Lato-Regular.ttf not Lato-Regular.woff (why was it even working?) --- 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 {