I am observing a weird behavior in Firefox. I have a sub-nav menu item labelled ‘Faculty and Staff’. Somehow Firefox(latest-always updated) is eating up the ‘ff’ in staff. The html source looks fine(even in firebug). The menu-item displays correctly in chrome though.
Do we have any idea about this issue? or should i log a bug with firefox?
Screenshot:
Yahoooo!
Currently solved by using:
-moz-font-feature-settings: “liga=0”;
So this confirms that Firefox was in fact trying to treat that as a ligature.
Thank you all for helping me look in the right direction. Wouldn’t have been possible with you guys. I <3 stackoverflow and the community :).