@font-face {
    font-family: 'Apercu Bold';
    src: url('fonts/apercu_bold.eot');
    src: url('fonts/apercu_bold.eot') format('embedded-opentype'),
    url('fonts/apercu_bold.woff') format('woff'),
    url('fonts/apercu_bold.ttf') format('opentype');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'Apercu Regular';
    src: url('fonts/apercu_regular.eot');
    src: url('fonts/apercu_regular.eot') format('embedded-opentype'),
    url('fonts/apercu_regular.woff') format('woff'),
    url('fonts/apercu_regular.ttf') format('opentype');
    font-weight: normal;
    font-style: normal;
}