-2

I have a website website page designed and connected the google fonts, my fonts look good on windows but on MAC its looking much bolder ... how can I fix this issue...open the link to see the screen-shot of the difference

Adnan Niazi
  • 85
  • 4
  • 10

1 Answers1

0

The appearance of bolder text on a Mac is a result of differences in the text-rendering algorithms used by each OS.

You may be able to use the -webkit-font-smoothing css property - see this link for further explanation.

RichTea
  • 1,462
  • 10
  • 16
  • 24