@font-face {
    font-family: Ubuntu;
    src: url("Ubuntu-Regular.woff") format("woff");
    font-style: normal;
    font-weight: normal;
}

@font-face {
    font-family: Ubuntu;
    src: url("Ubuntu-Bold.woff") format("woff");
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: Ubuntu;
    src: url("Ubuntu-Italic.woff") format("woff");
    font-weight: normal;
    font-style: italic;
}

@font-face {
    font-family: Ubuntu;
    src: url("Ubuntu-BoldItalic.woff") format("woff");
    font-weight: bold;
    font-style: italic;
}

@font-face {
    font-family: Ubuntu;
    src: url("Ubuntu-Light.woff") format("woff");
    font-weight: 300;
}

@font-face {
    font-family: Ubuntu;
    src: url("Ubuntu-LightItalic.woff") format("woff");
    font-weight: 300;
    font-style: italic;
}

@font-face {
    font-family: Ubuntu;
    src: url("Ubuntu-Medium.woff") format("woff");
    font-weight: 500;
}

@font-face {
    font-family: Ubuntu;
    src: url("Ubuntu-MediumItalic.woff") format("woff");
    font-weight: 500;
    font-style: italic;
}