Should be Lato-Regular.ttf not Lato-Regular.woff (why was it even working?)
authorChristopher Allan Webber <cwebber@dustycloud.org>
Sun, 23 Oct 2011 19:59:58 +0000 (14:59 -0500)
committerChristopher Allan Webber <cwebber@dustycloud.org>
Sun, 23 Oct 2011 19:59:58 +0000 (14:59 -0500)
mediagoblin/static/css/base.css

index b108cc9ed3fc60bb992028a8d7c69e4fbdc062c0..b32beee1d4b63f07151362375ed711323b609a13 100644 (file)
@@ -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 {