@font-face {
    font-family: "Ubuntu";
    font-weight: 500;
    src: url("ubuntu-regular-webfont.woff2") format("woff2"),
         url("ubuntu-regular-webfont.woff") format("woff");
}

@font-face {
    font-family: "Ubuntu";
    font-weight: 700;
    src: url("ubuntu-bold-webfont.woff2") format("woff2"),
         url("ubuntu-bold-webfont.woff") format("woff");
}