0

I have a .woff font file consisting of font-icons. These icons are rendered differently in Mac and in Windows. I suspect the reason to be different Win Ascent/Descent and HHead Ascent/Descent values in font metrics.

This icon-font file is generated from svg files using webfonts-generator package

Here is the snapshot of same icon rendered in both mac and windows

Mac: enter image description here

Windows: enter image description here

could anyone tell me how to fix this?

Malolan
  • 53
  • 5

1 Answers1

-1

may be your line-height is less than font-size

Shirish Maharjan
  • 502
  • 3
  • 17