@font-face {
    font-family: "Ubuntu";
    font-style: normal;
    font-weight: 300;
    src: local("Ubuntu-Light"), url("Ubuntu-Light.ttf") format("truetype");
}
@font-face {
    font-family: "Ubuntu";
    font-style: normal;
    font-weight: 400;
    src: local("Ubuntu-Regular"), url("Ubuntu-Regular.ttf") format("truetype");
}
@font-face {
    font-family: "Ubuntu";
    font-style: normal;
    font-weight: 500;
    src: local("Ubuntu-Medium"), url("Ubuntu-Medium.ttf") format("truetype");
}
@font-face {
    font-family: "Ubuntu";
    font-style: normal;
    font-weight: 700;
    src: local("Ubuntu-Bold"), url("Ubuntu-Bold.ttf") format("truetype");
}
@font-face {
    font-family: "Ubuntu";
    font-style: italic;
    font-weight: 300;
    src: local("Ubuntu-LightItalic"), url("Ubuntu-LightItalic.ttf") format("truetype");
}
@font-face {
    font-family: "Ubuntu";
    font-style: italic;
    font-weight: 400;
    src: local("Ubuntu-Italic"), url("Ubuntu-Italic.ttf") format("truetype");
}
@font-face {
    font-family: "Ubuntu";
    font-style: italic;
    font-weight: 500;
    src: local("Ubuntu-MediumItalic"), url("Ubuntu-MediumItalic.ttf") format("truetype");
}
@font-face {
    font-family: "Ubuntu";
    font-style: italic;
    font-weight: 700;
    src: local("Ubuntu-BoldItalic"), url("Ubuntu-BoldItalic.ttf") format("truetype");
}
@font-face {
    font-family: UbuntuMono;
    src: local("UbuntuMono-R") url(UbuntuMono-R.ttf) format("truetype");
    font-weight: normal;
}
