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

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

}