@font-face {
    font-family: "Ubuntu";
    font-style: normal;
    font-weight: 400;
    src: url('Ubuntu-R.ttf') format('truetype');
}

@font-face {
    font-family: "Ubuntu";
    font-style: italic;
    font-weight: 400;
    src: url('Ubuntu-RI.ttf') format('truetype');
}

@font-face {
    font-family: "Ubuntu";
    font-style: normal;
    font-weight: 300;
    src: url('Ubuntu-L.ttf') format('truetype');
}

@font-face {
    font-family: "Ubuntu";
    font-style: italic;
    font-weight: 300;
    src: url('Ubuntu-LI.ttf') format('truetype');
}

@font-face {
    font-family: "Ubuntu";
    font-style: normal;
    font-weight: 500;
    src: url('Ubuntu-M.ttf') format('truetype');
}

@font-face {
    font-family: "Ubuntu";
    font-style: italic;
    font-weight: 500;
    src: url('Ubuntu-MI.ttf') format('truetype');
}

@font-face {
    font-family: "Ubuntu";
    font-style: normal;
    font-weight: 700;
    src: url('Ubuntu-B.ttf') format('truetype');
}

@font-face {
    font-family: "Ubuntu";
    font-style: italic;
    font-weight: 700;
    src: url('Ubuntu-BI.ttf') format('truetype');
}