Home › Forums › CSS › @font-face rendering issue in Chrome for PC › Re: @font-face rendering issue in Chrome for PC
December 12, 2011 at 10:00 pm
#92569
Participant
try removing the font-weight property in the css selectors rules. You can leave it for the @font-face but will not need it unless you have more @font-faces with the same name. It is not needed in the css tags selectors since you are calling the only font family with that name and it is already a ligher font…so defining font-weight is not needed.
Not saying this will cure the issue but worth a shot.