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

@font-face {
    font-family: 'Uni Neue';
    src: url('UniNeueBold.eot');
    src: local('Uni Neue Bold'), local('UniNeueBold'),
    url('UniNeueBold.eot?#iefix') format('embedded-opentype'),
    url('UniNeueBold.woff2') format('woff2'),
    url('UniNeueBold.woff') format('woff'),
    url('UniNeueBold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
}