@font-face {
    font-family: 'Ubuntu';
    src: url(../fonts/Ubuntu-R.ttf) format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Ubuntu';
    src: url(../fonts/Ubuntu-RI.ttf) format('truetype');
    font-weight: normal;
    font-style: italic;
}

@font-face {
    font-family: 'Ubuntu';
    src: url(../fonts/Ubuntu-L.ttf) format('truetype');
    font-weight: lighter;
    font-style: normal;
}

@font-face {
    font-family: 'Ubuntu';
    src: url(../fonts/Ubuntu-LI.ttf) format('truetype');
    font-weight: lighter;
    font-style: italic;
}

@font-face {
    font-family: 'Ubuntu';
    src: url(../fonts/Ubuntu-M.ttf) format('truetype');
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: 'Ubuntu';
    src: url(../fonts/Ubuntu-MI.ttf) format('truetype');
    font-weight: 500;
    font-style: italic;
}

@font-face {
    font-family: 'Ubuntu';
    src: url(../fonts/Ubuntu-B.ttf) format('truetype');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'Ubuntu';
    src: url(../fonts/Ubuntu-BI.ttf) format('truetype');
    font-weight: bold;
    font-style: italic;
}

@font-face {
    font-family: 'Ubuntu';
    src: url(../fonts/Ubuntu-C.ttf) format('truetype');
    font-weight: normal;
    font-style: normal;
    font-stretch: condensed;
}