@font-face
{
    font-family: Ubuntu;
    src: url(fonts/Ubuntu-Regular.ttf);
    font-weight:400;
    font-style:normal;
}

@font-face
{
    font-family: Ubuntu;
    src: url(fonts/Ubuntu-Light.ttf);
    font-weight:100;
    font-style:normal;
}

@font-face
{
    font-family: Ubuntu;
    src: url(fonts/Ubuntu-Medium.ttf);
    font-weight:500;
    font-style:normal;
}

@font-face
{
    font-family: Ubuntu;
    src: url(fonts/Ubuntu-Bold.ttf);
    font-weight:700;
    font-style:normal;
}