@font-face {
  font-family: 'robotobold';
  src: url('../assets/font/roboto-bold-webfont.woff2') format('woff2'),
       url('../assets/font/roboto-bold-webfont.woff') format('woff');
  font-weight: normal;
  font-style: normal;

}
@font-face {
  font-family: 'robotomedium';
  src: url('../assets/font/roboto-medium-webfont.woff2') format('woff2'),
       url('../assets/font/roboto-medium-webfont.woff') format('woff');
  font-weight: normal;
  font-style: normal;

}
@font-face {
  font-family: 'robotoregular';
  src: url('../assets/font/roboto-regular-webfont.woff2') format('woff2'),
       url('../assets/font/roboto-regular-webfont.woff') format('woff');
  font-weight: normal;
  font-style: normal;

}