@font-face {
  font-family: RobotoRegular;
  src: url('./font/Roboto/Roboto-Regular.ttf');
}
.RobotoRegular {
  font-family: RobotoRegular;
}
@font-face {
  font-family: RobotoBold;
  src: url('./font/Roboto/Roboto-Bold.ttf');
}
.RobotoBold {
  font-family: RobotoBold;
}
@font-face {
  font-family: RobotoMedium;
  src: url('./font/Roboto/Roboto-Medium.ttf');
}
.RobotoMedium {
  font-family: RobotoMedium;
}