@font-face {
  font-family: 'Roboto';
  src: url("/javax.faces.resource/Roboto-Regular-subset.ttf.techis?ln=fonts");
}
@font-face {
  font-family: 'Roboto';
  src: url("/javax.faces.resource/Roboto-Light-subset.ttf.techis?ln=fonts");
  font-weight: 300;
}
@font-face {
  font-family: 'Roboto';
  src: url("/javax.faces.resource/Roboto-Medium-subset.ttf.techis?ln=fonts");
  font-weight: 500;
}
@font-face {
  font-family: 'Roboto';
  src: url("/javax.faces.resource/Roboto-Bold-subset.ttf.techis?ln=fonts");
  font-weight: 700;
}
@font-face {
  font-family: 'Roboto';
  src: url("/javax.faces.resource/Roboto-Black-subset.ttf.techis?ln=fonts");
  font-weight: 900;
}