For anyone else with this issue, I had to go in to the "themes/booc/css/base/icons.css" file and change the following line:
Code:
src: url('../../icons/ElegantIcons.woff') format('woff');
Code:
src: url('../icons/ElegantIcons.woff') format('woff');
Hope this is helpful.
Leave a comment: