@font-face {
    font-family: 'Ubuntu';
    src: url('../font/ubuntu/ubuntu-r-webfont.woff2') format('woff2'),
         url('../font/ubuntu/ubuntu-r-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'Ubuntu';
    src: url('../font/ubuntu/ubuntu-ri-webfont.woff2') format('woff2'),
         url('../font/ubuntu/ubuntu-ri-webfont.woff') format('woff');
    font-weight: normal;
    font-style: italic;
}
/*
@font-face {
    font-family: 'Ubuntu';
    src: url('../font/ubuntu/ubuntu-l-webfont.woff2') format('woff2'),
         url('../font/ubuntu/ubuntu-l-webfont.woff') format('woff');
    font-weight: 300;
    font-style: normal;
}
@font-face {
    font-family: 'Ubuntu';
    src: url('../font/ubuntu/ubuntu-li-webfont.woff2') format('woff2'),
         url('../font/ubuntu/ubuntu-li-webfont.woff') format('woff');
    font-weight: 300;
    font-style: italic;
}
*/
/*
@font-face {
    font-family: 'Ubuntu';
    src: url('../font/ubuntu/ubuntu-m-webfont.woff2') format('woff2'),
         url('../font/ubuntu/ubuntu-m-webfont.woff') format('woff');
    font-weight: 500;
    font-style: normal;
}
@font-face {
    font-family: 'Ubuntu';
    src: url('../font/ubuntu/ubuntu-mi-webfont.woff2') format('woff2'),
         url('../font/ubuntu/ubuntu-mi-webfont.woff') format('woff');
    font-weight: 500;
    font-style: italic;
}
*/
@font-face {
    font-family: 'Ubuntu';
    src: url('../font/ubuntu/ubuntu-b-webfont.woff2') format('woff2'),
         url('../font/ubuntu/ubuntu-b-webfont.woff') format('woff');
    font-weight: bold;
    font-style: normal;
}
@font-face {
    font-family: 'Ubuntu';
    src: url('../font/ubuntu/ubuntu-bi-webfont.woff2') format('woff2'),
         url('../font/ubuntu/ubuntu-bi-webfont.woff') format('woff');
    font-weight: bold;
    font-style: italic;
}
/*
@font-face {
    font-family: 'Ubuntu';
    src: url('../font/ubuntu/ubuntu-c-webfont.woff2') format('woff2'),
         url('../font/ubuntu/ubuntu-c-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-stretch: condensed;
}
*/