@font-face {
    font-family: 'Montserrat-Light';
    src: url('montserrat-light.eot');
    src:url('montserrat-light.eot') format('embedded-opentype'),
        url('montserrat-light.woff') format('woff'),
        url('montserrat-light.woff2') format('woff2'),
        url('montserrat-light.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}
body { font-family:Montserrat-Light; }