I have a very basic HTML which mix plain text and icon fonts. The problem is that icons are not exactly rendered at the same height than the text:
Add this to your CSS:
.menu i.large.icon, .menu i.large.basic.icon { vertical-align:baseline; }
DEMO