0

I've been facing font line-height issue in either one of Windows or Mac. The position of the font(text) in Windows and Mac acts differently.

Font -> Brasley (16px)

Baalamurgan
  • 211
  • 3
  • 8

1 Answers1

1

Font Brasley acts differently in Mac and Windows because of the default configuration in line-height. If the total line-height is 3 and split 1 each from top to bottom, then the text is displayed like below.

Mac -> left

Windows -> right

Font

Solution: Use Web Safe Fonts (Ex: font-sans, Helvetica, etc..) to solve this issue.

Adam
  • 186
  • 1
  • 4
  • 20
Baalamurgan
  • 211
  • 3
  • 8