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:
to center vertically and horizontally use this:
position: absolute; top: 50%; left: 50%; transform: translate(-50%,-50%);