In APEX 5.1 I switched from Font Awesome to Font APEX and noticed that stacked icons no longer work. Instead of one icon being displayed on top of the other, the icons are now displayed side by side.
Is there a workaround for this?
Sample Code:
<span class="fa-stack fa-lg">
<i class="fa fa-circle fa-stack-2x" style="color: lightblue;"></i>
<i class="fa fa-inverse fa-stack-1x " style="color: black;">2</i>
</span>
