@font-face {
    font-family: 'custom';
    src: url('https://willitfit.art/resources/fonticons/font/custom.1775850789.eot');
    src: url('https://willitfit.art/resources/fonticons/font/custom.1775850789.eot#iefix') format('embedded-opentype'),
    url('https://willitfit.art/resources/fonticons/font/custom.1775850790.woff2') format('woff2'),
    url('https://willitfit.art/resources/fonticons/font/custom.1775850789.woff') format('woff'),
    url('https://willitfit.art/resources/fonticons/font/custom.1775850789.ttf') format('truetype'),
    url('https://willitfit.art/resources/fonticons/font/custom.1775850789.svg#custom') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'BookFont';
    src: url('https://willitfit.art/resources/fonticons/font/BookFont.eot');
    src: url('https://willitfit.art/resources/fonticons/font/BookFont.eot#iefix') format('embedded-opentype'),
    url('https://willitfit.art/resources/fonticons/font/BookFont.1775850788.woff2') format('woff2'),
    url('https://willitfit.art/resources/fonticons/font/BookFont.1775850788.woff') format('woff'),
    url('https://willitfit.art/resources/fonticons/font/BookFont.1775850788.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

/*import from custom iconfont and add font-family & important*/

.icon-favorite-off:before { content: '\32'!important; font-family: "custom"!important; } /* '2' */
.icon-favorite-on:before { content: '\33'!important; font-family: "custom"!important; } /* '3' */
.icon-favorite-on:before { content: '\33'!important; font-family: "custom"!important; } /* '3' */
.icon-book:before { content: '\f000'!important; font-family: "BookFont"!important; } /* '3' */