Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #580806

    Ahoy –

    How do I change the font family for the “&” symbol?

    #581192

    Hi mcraig77!

    Please add following code to Quick CSS

    .special_amp {
        font-family: inherit;
        font-size: inherit!important;
        font-style: inherit;
        font-weight: inherit;
        color: inherit!important;
    }

    Cheers!
    Yigit

    #581277

    Thanks!

Viewing 3 posts - 1 through 3 (of 3 total)
  • The topic ‘Change the "&' font family’ is closed to new replies.