@font-face {
  font-family: 'Roboto';
  src: url('roboto_font/Roboto-Regular-webfont.eot');
  src: url('roboto_font/Roboto-Regular-webfont.eot?#iefix') format('embedded-opentype'),
       url('roboto_font/Roboto-Regular-webfont.woff') format('woff'),
       url('roboto_font/Roboto-Regular.ttf') format('truetype'),
       url('roboto_font/Roboto-Regular-webfont.svg#RobotoRegular') format('svg');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Roboto-Italic';
  src: url('roboto_font/Roboto-Italic-webfont.woff') format('woff');
  font-weight: normal;
  font-style: italic
}

@font-face {
  font-family: 'Roboto-Bold';
  src: url('roboto_font/Roboto-Bold-webfont.eot');
  src: url('roboto_font/Roboto-Bold-webfont.eot?#iefix') format('embedded-opentype'),
       url('roboto_font/Roboto-Bold-webfont.woff') format('woff'),
       url('roboto_font/Roboto-Bold.ttf') format('truetype'),
       url('roboto_font/Roboto-Bold-webfont.svg#RobotoBold') format('svg');
  font-weight: bold;
  font-style: normal;
}

@font-face {
  font-family: 'Roboto-BoldItalic';
  src: url('roboto_font/Roboto-BoldItalic-webfont.woff') format('woff');
  font-weight: bold;
  font-style: italic;
}

@font-face {
  font-family: 'Roboto-Thin';
  src: url('roboto_font/Roboto-Thin-webfont.woff') format('woff');
  font-weight: 200;
  font-style: normal;
}

@font-face {
  font-family: 'Roboto-ThinItalic';
  src: url('roboto_font/Roboto-ThinItalic-webfont.woff') format('woff');
  font-weight: 200;
  font-style: italic;
}

@font-face {
  font-family: 'Roboto-Light';
  src: url('roboto_font/Roboto-Light-webfont.woff') format('woff');
  font-weight: 100;
  font-style: normal;
}

@font-face {
  font-family: 'Roboto-LightItalic';
  src: url('roboto_font/Roboto-LightItalic-webfont.woff') format('woff');
  font-weight: 100;
  font-style: italic;
}

@font-face {
  font-family: 'Roboto-Medium';
  src: url('roboto_font/Roboto-Medium-webfont.woff') format('woff');
  font-weight: 300;
  font-style: normal;
}

@font-face {
  font-family: 'Roboto-MediumItalic';
  src: url('roboto_font/Roboto-MediumItalic-webfont.woff') format('woff');
  font-weight: 300;
  font-style: italic;
}