Okay
  Public Ticket #3107135
Automatic Bold Font
Closed

Comments

  •  1
    virtual-seven started the conversation

    Hi all, I have a problem that the font on one of my pages automatically becomes Bold. Although I have not set this anywhere. 

    I would be grateful for your help.

  •  279
    Noah replied

    Hi there,

    Could you remove any custom CSS to have and see if this improves.

    If not the use the following CSS to correct it:

    div, body{
        font-weight: 400;
    }
    

    Add it to salient \ general settings - css script related - custom css code.

    Cheers.