/* Custom added fonts */

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

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

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

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

}