Viewing 5 replies - 1 through 5 (of 5 total)
  • Andrew Nevins

    (@anevins)

    WCLDN 2018 Contributor | Volunteer support

    Have you tried deactivating plugins to explore whether any could be responsible?

    Thread Starter quillian1

    (@quillian1)

    Looking at the demo, it seems to have the same problem…

    https://demo.fatboythemes.com/

    I’m on Chrome Version 25.0.1364.84 beta-m, all Chrome plug-ins disabled.

    Theme Author bradthomas127

    (@bradthomas127)

    I am on Chrome and i don’t see the font change. Screenshot

    Thread Starter quillian1

    (@quillian1)

    Hi
    I can see the font change on that screenshot – look at the text at the end of each article summary
    – “the team and here’s her…”
    – “it’ here”
    – “we need lots”
    – “and hope you all had”

    they are all in a different font to the preceding line.

    Thread Starter quillian1

    (@quillian1)

    Found a solution in case anyone is experiencing the same issue. It seems to arise from the following CSS

    text-rendering: optimizeLegibility

    So I added a style override as follows

    body {
    	text-rendering: auto;
    }
Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Strange font change’ is closed to new replies.