@font-face {
    font-family: 'Ubuntu';
    src: url('font/Ubuntu-Medium.ttf');
    font-weight: normal;
  }
  
@font-face {
  font-family: 'Ubuntu';
  src: url('font/Ubuntu-Bold.ttf');
  font-weight: bold;
}

@font-face {
  font-family: 'UbuntuRegular';
  src: url('font/Ubuntu-Regular.ttf');
  font-weight: normal;
}