@font-face {
    font-family: 'Ubuntu';
    src: url('Ubuntu-Regular.ttf') format("truetype");
    font-weight: normal;
    font-style: normal;
}
  
@font-face {
    font-family: 'Ubuntu';
    src: url('Ubuntu-Italic.ttf') format("truetype");
    font-weight: normal;
    font-style: italic;
}
  
@font-face {
    font-family: 'Ubuntu';
    src: url('Ubuntu-Light.ttf') format("truetype");
    font-weight: light;
    font-style: normal;
}
  
@font-face {
    font-family: 'Ubuntu';
    src: url('Ubuntu-LightItalic.ttf') format("truetype");
    font-weight: light;
    font-style: italic;
}
  
@font-face {
    font-family: 'Ubuntu';
    src: url('Ubuntu-Medium.ttf') format("truetype");
    font-weight: 600;
    font-style: normal;
}
  
@font-face {
    font-family: 'Ubuntu';
    src: url('Ubuntu-MediumItalic.ttf') format("truetype");
    font-weight: 600;
    font-style: italic;
}
  
@font-face {
    font-family: 'Ubuntu';
    src: url('Ubuntu-Bold.ttf') format("truetype");
    font-weight: bold;
    font-style: normal;
}
  
@font-face {
    font-family: 'Ubuntu';
    src: url('Ubuntu-BoldItalic.ttf') format("truetype");
    font-weight: bold;
    font-style: italic;
}