@font-face {
    font-family: 'Droid Serif';
    font-style: normal;
    font-weight: 400;
    src: url('/static/fonts/droid/droid-webfont.eot'),
    url('/static/fonts/droid/droid-webfont.eot?#iefix') format('embedded-opentype'),
    url('/static/fonts/droid/droid-webfont.woff2') format('woff2'),
    url('/static/fonts/droid/droid-webfont.woff') format('woff'),
    url('/static/fonts/droid/droid-webfont.ttf') format('truetype');
}

@font-face {
    font-family: 'Droid Serif';
    font-style: normal;
    font-weight: 700;
    src: url('/static/fonts/droid/droid-bold-webfont.eot'),
    url('/static/fonts/droid/droid-bold-webfont.eot?#iefix') format('embedded-opentype'),
    url('/static/fonts/droid/droid-bold-webfont.woff2') format('woff2'),
    url('/static/fonts/droid/droid-bold-webfont.woff') format('woff'),
    url('/static/fonts/droid/droid-bold-webfont.ttf') format('truetype');
}