@font-face {
    font-family: 'Lato';
    src: local('Lato Heavy'), local('Lato-Heavy'),
    url('../font/latoheavy.woff2') format('woff2'),
    url('../font/latoheavy.woff') format('woff'),
    url('../font/latoheavy.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
}
@font-face {
    font-family: 'LatoL';
    src: url('../font/Lato-Light.eot');
    src: local('Lato Light'), local('Lato-Light'),
    url('../font/Lato-Light.eot?#iefix') format('embedded-opentype'),
    url('../font/Lato-Light.woff') format('woff'),
    url('../font/Lato-Light.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: 'LatoR';
    src: url('../font/Lato-Regular.eot');
    src: local('Lato Regular'), local('Lato-Regular'),
    url('../font/Lato-Regular.eot?#iefix') format('embedded-opentype'),
    url('../font/Lato-Regular.woff') format('woff'),
    url('../font/Lato-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Raleway';
    src: url('../font/Raleway-Regular.eot');
    src: local('Raleway'), local('Raleway-Regular'),
    url('../font/Raleway-Regular.eot?#iefix') format('embedded-opentype'),
    url('../font/Raleway-Regular.woff') format('woff'),
    url('../font/Raleway-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'Montserrat';
    src: local('Montserrat'), local('Montserrat-Light'),
    url('../font/Montserrat-Light.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'Roboto';
    src: local('Roboto'), local('Roboto-Regular'),
    url('../font/Roboto.woff2') format('woff2'),
    url('../font/Roboto.woff') format('woff'),
    url('../font/Roboto.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
}