@font-face {
    font-family: 'Droid Sans';
    font-weight: normal;
    src: url('droidsans.eot');
    src: url('droidsans.eot?#iefix') format('embedded-opentype'), 
    url('droidsans.woff2') format('woff2'), 
    url('droidsans.woff') format('woff'),
    url('droidsans.svg#webfont') format('svg'),
    url('droidsans.ttf') format('truetype');
}

@font-face {
    font-family: 'Droid Sans Bold';
    font-weight: bold;
    src: url('droidsans-bold.eot');
    src: url('droidsans-bold.eot?#iefix') format('embedded-opentype'), 
    url('droidsans-bold.woff2') format('woff2'), 
    url('droidsans-bold.woff') format('woff'),
    url('droidsans-bold.svg#webfont') format('svg'),
    url('droidsans-bold.ttf') format('truetype');
}