@font-face {
    font-family: Ubuntu;
    src: url("/font/ubuntu/Ubuntu-B.ttf");
    font-weight: bold;
}
@font-face {
    font-family: Ubuntu;
    src: url("/font/ubuntu/Ubuntu-BI.ttf");
    font-weight: bold;
    font-style: italic;
}
@font-face {
    font-family: Ubuntu;
    src: url("/font/ubuntu/Ubuntu-C.ttf");
    font-width: condensed;
    font-stretch: condensed;
}
@font-face {
    font-family: Ubuntu;
    src: url("/font/ubuntu/Ubuntu-L.ttf");
    font-weight: 300;
}
@font-face {
    font-family: Ubuntu;
    src: url("/font/ubuntu/Ubuntu-LI.ttf");
    font-weight: 300;
    font-style: italic;
}
@font-face {
    font-family: Ubuntu;
    src: url("/font/ubuntu/Ubuntu-M.ttf");
    font-weight: 500;
}
@font-face {
    font-family: Ubuntu;
    src: url("/font/ubuntu/Ubuntu-MI.ttf");
    font-weight: 500;
    font-style: italic;
}
@font-face {
    font-family: Ubuntu;
    src: url("/font/ubuntu/Ubuntu-R.ttf");
}
@font-face {
    font-family: Ubuntu;
    src: url("/font/ubuntu/Ubuntu-RI.ttf");
    font-style: italic;
}
@font-face {
    font-family: Ubuntu;
    src: url("/font/ubuntu/Ubuntu-Th.ttf");
    font-weight: 100;
}
@font-face {
    font-family: "Ubuntu Mono";
    src: url("/font/ubuntu/UbuntuMono-B.ttf");
    font-weight: bold;
}
@font-face {
    font-family: "Ubuntu Mono";
    src: url("/font/ubuntu/UbuntuMono-BI.ttf");
    font-weight: bold;
    font-style: italic;
}
@font-face {
    font-family: "Ubuntu Mono";
    src: url("/font/ubuntu/UbuntuMono-R.ttf");
}
@font-face {
    font-family: "Ubuntu Mono";
    src: url("/font/ubuntu/UbuntuMono-RI.ttf");
    font-style: italic;
}