Topic: Bugfix: left-right navigation buttons are not displayed correctly
Hi,
I just found a bug that occurred when I inserted a juicebox on a webpage that sets the css font-family property to anything else than inherit. The overlay left/right navigation were not displayed correctly, only UTF8-placeholders were shown.
In order to fix it, I edited jbcore/classic/theme.css in the exported juicebox and inserted
font-family: 'juicebox';
into the properties of
.jb-navigation .jbn-left-button
and
.jb-navigation .jbn-right-button
I suggest that this fix is included in the next version of Juicebox...
Best,
Candyandy