Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #943654

    Hi! Please check http://www.kidsandwork.nl/wp

    The font type is Open Sans (heading and content) but the “&” in the headings sign seems to be in type “T Palatino Linotype”. I don’t want that. Need a “normal” “&” sign. How can I fix this?
    Martine

    #943706

    Hey famewebdesign,

    You should be able to use this class to add the correct font to it:

    span.special_amp{
    font-family: "your font here"!important;
    }

    Best regards,
    Jordan Shannon

    #943712

    Hi,

    Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child theme’s style.css file:

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

    Best regards,
    Yigit

    #943744

    Thanks Jordan and Yigit. Used the code Yigit gave me and works perfect! Thanks!
    Martine

    #943745

    Hi,

    I’m glad you were able to get this corrected. If you need additional help, please let us know here in the forums.

    Best regards,
    Jordan Shannon

Viewing 5 posts - 1 through 5 (of 5 total)
  • The topic ‘"&" sign in different font type?’ is closed to new replies.