Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #1375970

    Hello guys,

    I found this code in another thread. The ampersand has changed. But it’s still italic and regular or bold. I want it to be light, just as the other words in the sentence.

    /*Change fancy ampersand to normal one*/
    .special_amp {
    font-family: initial !important;
    font-size: inherit !important;
    color: inherit !important
    }

    Thanks in advance.

    #1376019

    Hey Alfredo,

    Thank you for the inquiry.

    You can replace the code above with the following css.

    .special_amp {
        font-size: 1em;
        font-family: 'Heebo', Helvetica, Arial, sans-serif;
        font-style: normal;
        font-weight: 300;
    }
    

    Please make sure to toggle or temporarily disable the Enfold > Performance > File Compression settings after adding modification.

    Best regards,
    Ismael

    #1376036

    Thank you Ismael! Thread can be closed.

    #1376059

    Hi,
    Glad Ismael could help, if you have any further questions please create a new thread and we will gladly try to help you. Thank you for using Enfold.

    Best regards,
    Mike

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘Change regular italic ampersand to light’ is closed to new replies.