@font-face {
    font-family: 'LatoBlack';
    src: url('lato/lato-black-webfont.eot');
    src: url('lato/lato-black-webfont.eot?#iefix') format('embedded-opentype'),
/*         url('lato/lato-black-webfont.woff') format('woff'),*/
		url('http://themes.googleusercontent.com/static/fonts/lato/v6/nH4iWPTNejFfjJAKbGZovg.woff') format('woff'),
         url('lato/lato-black-webfont.ttf') format('truetype'),
         url('lato/lato-black-webfont.svg#LatoBlack') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'LatoRegular';
    src: url('lato/lato-regular-webfont.eot');
    src: url('lato/lato-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('lato/lato-regular-webfont.woff') format('woff'),
         url('lato/lato-regular-webfont.ttf') format('truetype'),
         url('lato/lato-regular-webfont.svg#LatoRegular') format('svg');
    font-weight: normal;
    font-style: normal;

}