Okay
  Public Ticket #2541343
Typograph
Closed

Comments

  • albinlindetorp started the conversation

    Hello! I have a problem with the header font on my frontpage.


    For example the: V, u and z

    From the beginning I didnt have this problem

    How do I solve this?

  •  2,965
    Andrew replied

    Hi there,

    Try the following custom css in Salient > General settings > CSS/Script related:

    .nectar-highlighted-text[data-style="text_outline"] em, .nectar-scrolling-text[data-style="text_outline"] em, .nectar-scrolling-text[data-style="text_outline"] i {
        font-family: system-ui;
    }
    

    Kind regards.