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

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