
@font-face {
    font-family: 'Raleway';
    src: url('raleway-regular-webfont.woff') format('woff'),
         url('raleway-regular-webfont.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;

}




@font-face {
    font-family: 'Raleway';
    src: url('raleway-light-webfont.woff') format('woff'),
         url('raleway-light-webfont.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;

}




@font-face {
    font-family: 'Raleway';
    src: url('raleway-extralight-webfont.woff') format('woff'),
         url('raleway-extralight-webfont.ttf') format('truetype');
    font-weight: 200;
    font-style: normal;

}



