@font-face {
  font-family: 'roboto';
  font-style: normal;
  font-weight: 400;
  src: url(/fonts/roboto.eot);
}
@font-face {
  font-family: 'roboto';
  font-style: normal;
  font-weight: 400;
  src: local('roboto'), local('roboto'), url(/fonts/roboto.ttf);
}
@font-face {
  font-family: "roboto";
  font-style: normal;
  font-weight: 300;
  src: local("Roboto Light"), local("Roboto-Light"), url(/fonts/Roboto-Light.woff) format("woff");
}
@font-face {
  font-family: "roboto";
  font-style: normal;
  font-weight: 100;
  src: local("Roboto Thin"), local("Roboto-Thin"), url(/fonts/Roboto-Thin.woff) format("woff");
}

