From cfb7ed7d38504af32554b858334919c3fd480f77 Mon Sep 17 00:00:00 2001 From: Christopher Allan Webber Date: Sun, 23 Oct 2011 14:59:58 -0500 Subject: [PATCH] Should be Lato-Regular.ttf not Lato-Regular.woff (why was it even working?) --- mediagoblin/static/css/base.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 { -- 2.25.1