Okay
  Public Ticket #2329315
Font bolder in Chrome
Closed

Comments

  •  4
    Marcin started the conversation

    Hi,

    I have two sites with fonts loaded thru face-font in css, kind of styled fonts and in both cases the fonts thickness are different in safari and chrome. In safari it looks good, like the font should look but in chrome/FF font is much bolder.

    Do you have any fix for that?

    Many thanks. 

  •  8,992
    Tahir replied

    Hey Again,

    Make sure to use numeric values for the "font-weight" attribute in the css and check . 

    Add this into the Custom CSS box located in your Salient Options panel (All custom css provided is tested in the Live Browser so it will work as intended . If you cant see any changes make sure there is no red cross in the Custom CSS Box as that syntax error would cause all css below it to not show up on the Frontend):

    h1 {
        font-weight: 600 !important;
    }

    Thanks


    ThemeNectar Support Team 

  •  4
    Marcin replied

    Hi Tahir,

    Thanks, but it did not help.


  •  8,992
    Tahir replied

    Gonna escalate it to the developer so he may check in Safari and add in a response. 

    Best


    ThemeNectar Support Team 

  •  4
    Marcin replied

    I changed it to 400 and now looks great!

    Thank you!