

@font-face {
    font-family: 'Ubuntu';
    src: url('UbuntuLight.eot');
    src: url('UbuntuLight.eot?#iefix') format('embedded-opentype'),
         url('UbuntuLight.woff2') format('woff2'),
         url('UbuntuLight.woff') format('woff'),
         url('UbuntuLight.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: 'Ubuntu';
    src: url('UbuntuRegular.eot');
    src: url('UbuntuRegular.eot?#iefix') format('embedded-opentype'),
         url('UbuntuRegular.woff2') format('woff2'),
         url('UbuntuRegular.woff') format('woff'),
         url('UbuntuRegular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}