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

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