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

@font-face {
    font-family: 'eurofurence';
    src: url('/static/fonts/eurof35.ttf');
    font-weight: 100;
    font-style: normal;
}

@font-face {
    font-family: 'eurofurence';
    src: url('/static/fonts/eurof36.ttf');
    font-weight: 100;
    font-style: italic;
}

@font-face {
    font-family: 'eurofurence';
    src: url('/static/fonts/eurof55.ttf');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'eurofurence';
    src: url('/static/fonts/eurof56.ttf');
    font-weight: normal;
    font-style: italic;
}

@font-face {
    font-family: 'eurofurence';
    src: url('/static/fonts/eurof75.ttf');
    font-weight: 600;
    font-style: normal;
}

@font-face {
    font-family: 'eurofurence';
    src: url('/static/fonts/eurof76.ttf');
    font-weight: 600;
    font-style: italic;
}

@font-face{
    font-family:'Glyphicons Halflings';
    src:url('/static/fonts/glyphicons-halflings-regular.eot');
    src:url('/static/fonts/glyphicons-halflings-regular.eot?#iefix') format('embedded-opentype'),
        url('/static/fonts/glyphicons-halflings-regular.woff') format('woff'),
        url('/static/fonts/glyphicons-halflings-regular.ttf') format('truetype'),
        url('/static/fonts/glyphicons-halflings-regular.eot') format('svg')
}