Should be Lato-Regular.ttf not Lato-Regular.woff (why was it even working?)

This commit is contained in:
Christopher Allan Webber 2011-10-23 14:59:58 -05:00
parent eb5bb3fc99
commit cfb7ed7d38

View 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 {