I'm trying to do a ul with each li having glyphicon-ok instead of the normal bullets.
Code I'm using is:
%li.glyphicon.glyphicon-ok ok sign?
Which is outputting the icon but the text is showing in (I'm guessing) times new roman. When I inspect the css it says the font is still 'Glyphicon'.
I've read HAML isn't ideal to use for formatting content, and I'm guessing this is why.
Any ideas as to what I need to use to get the text to respect my custom font but still retain the ability to use glyphicons?
Many thanks