Forum Replies Created

Viewing 1 replies (of 1 total)
  • Thread Starter tomowen3

    (@tomowen3)

    Hey DylanAllen thanks for your reply I hadn’t noticed the posts where wrapped in the <span> tag, thank you for your insight, I went on to have a look at that.

    Turns out the <span> tag is from where I imported the content from a blogspot blog.

    This it turns out is also where imported the offending typeface (font) from, which is why I was unable to find the font-family: Verdana; any where in the php/template files.

    I was able to work around the problem with:

    span[style] {
             font-size: 1.25em !important;
             font-family: "anke_calligraphic_fgregular", cursive, sans-serif !important;
    }

    Which overrides the font from blog spot meaning the type face I wanted is now rendered.

Viewing 1 replies (of 1 total)