@import url(http://fonts.googleapis.com/css?family=Roboto:400,300italic,300,400italic,700,700italic);

/*@media screen and (-webkit-min-device-pixel-ratio:0) {
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 300;
  src: url('font/roboto-light-webfont.svg#robotolight') format('svg');
}
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  src: url('font/roboto-regular-webfont.svg#robotoregular') format('svg');
}
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 700;
  src: url('font/roboto-bold-webfont.svg#robotobold') format('svg');
}
@font-face {
  font-family: 'Roboto';
  font-style: italic;
  font-weight: 300;
  src: url('font/roboto-lightitalic-webfont.svg#robotolight_italic') format('svg');
}
@font-face {
  font-family: 'Roboto';
  font-style: italic;
  font-weight: 400;
  src: url('font/roboto-italic-webfont.svg#robotoitalic') format('svg');
}
@font-face {
  font-family: 'Roboto';
  font-style: italic;
  font-weight: 700;
  src: url('font/roboto-bolditalic-webfont.svg#robotobold_italic') format('svg');
}
}*/

body { font-family: 'Roboto', Arial, sans-serif; }
