Search code examples
htmlcssimagewebstylesheet

Font weight in multiple browsers


I am using font-weight on my website present here .

Now it works fine on google chrome but appears very thin on safari. Any help would be very appreciated


Solution

  • There are a lot of issues with font-rendering across browsers. One thing that helps in Chrome is to use -webkit-font-smoothing: antialiased.