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');
http://www.high-logic.com/font-editor/fontcreator.html
Hope this is helpful.
Leave a comment: