Okay
  Public Ticket #3424569
Problem with Arizonia font
Closed

Comments

  •  35
    Barreoblique started the conversation

    Hey there!

    I've noticed that certain fonts, especially those with a handmade style, seem to have some letters cut off halfway.

    Take a peek: https://paste.pics/OWAVT

    Is there anything we can do to fix this?

  •  279
    Noah replied

    Hi there,

    Can you try the following CSS to fix the issue with the Arizonia font:

    .nectar-split-heading[data-animation-type="line-reveal-by-space"] span{
        overflow:visible;
    }
    

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

    Cheers.

  •  35
    Barreoblique replied

    Yeah!

    Thanks body!