@font-face {
    font-family: 'Lato';
    src: url('lato-bold-webfont.eot');
    src: url('lato-bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('lato-bold-webfont.woff2') format('woff2'),
         url('lato-bold-webfont.woff') format('woff'),
         url('lato-bold-webfont.ttf') format('truetype'),
         url('lato-bold-webfont.svg#latobold') format('svg');
    font-weight: 700;  /* bold weight */
    font-style: normal;
}

@font-face {
    font-family: 'Lato';
    src: url('lato-regular-webfont.ttf');
    font-weight: 400;  /* normal weight */
    font-style: normal;
}

@font-face {
    font-family: 'Lato';
    src: url('lato-light-webfont.ttf');
    font-weight: 300;  /* light weight */
    font-style: normal;
}