@font-face {
    font-family: 'Roboto';
    src: url('/static/fonts/roboto-bold.woff2?#iefix') format('woff2'),
         url('/static/fonts/roboto-bold.woff') format('woff'),
         url('/static/fonts/roboto-bold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'Roboto';
    src: url('/static/fonts/roboto-italic.woff2?#iefix') format('woff2'),
         url('/static/fonts/roboto-italic.woff') format('woff'),
         url('/static/fonts/roboto-italic.ttf') format('truetype');
    font-weight: normal;
    font-style: italic;
}

@font-face {
    font-family: 'Roboto';
    src: url('/static/fonts/roboto-regular.woff2?#iefix') format('woff2'),
         url('/static/fonts/roboto-regular.woff') format('woff'),
         url('/static/fonts/roboto-regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Roboto';
    src: url('/static/fonts/roboto-light.woff2?#iefix') format('woff2'),
         url('/static/fonts/roboto-light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
}

/* roboto-slab-regular - latin */
@font-face {
    font-family: 'Roboto Slab';
    font-style: normal;
    font-weight: 400;
    src: url('/static/fonts/roboto-slab-v12-latin-regular.eot'); /* IE9 Compat Modes */
    src: local(''),
         url('/static/fonts/roboto-slab-v12-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
         url('/static/fonts/roboto-slab-v12-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
         url('/static/fonts/roboto-slab-v12-latin-regular.woff') format('woff'), /* Modern Browsers */
         url('/static/fonts/roboto-slab-v12-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
         url('/static/fonts/roboto-slab-v12-latin-regular.svg#RobotoSlab') format('svg'); /* Legacy iOS */
  }
  