Tagged: 

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #297216

    Hello,

    On my homepage I am using the terminal dosis font for headings, but the & is using a different font, which happens automatically I think?

    Please could you tell me the name of this font?

    My web address is below and the & appears in the first heading, in blue.

    Thank you,

    Lauren

    #297527

    Hey Laureninthailand!

    It uses “Baskerville” font family. You can add following code to Quick CSS to remove its color, font family and font size

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

    Regards,
    Yigit

Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.