Viewing 6 replies - 1 through 6 (of 6 total)
  • Plugin Author Steven

    (@shazahm1hotmailcom)

    @ Strobelight

    The font family is inherited from the theme as are nearly most other styles for the supplied core templates. So it could be the browser you’re using or the browser on your OS of choice which is causing the font family not to look good.

    Probably the best you can do is use CSS to override the font family being used by the theme.

    There is one thing you can check though… Please see this FAQ, especially the section on the code and pre tags.
    https://connections-pro.com/faqs/why-does-the-template-layout-look-wrong/

    Hope that helps!

    Thread Starter Strobelight

    (@strobelight)

    @ shazahm1

    Thanks for the info. However, I’ve already tried overriding the font family and it really had no effect. Regardless of what I use the directory text is very pixelated, whereas the rest of the site renders smooth text. Also tried the RAW tags and that had no effect either.

    Any other thoughts would be most welcome.

    Thanks

    Plugin Author Steven

    (@shazahm1hotmailcom)

    @ Strobelight

    Can you please share a link so I can take a look?

    Thread Starter Strobelight

    (@strobelight)

    @shazam1

    You can view it here: https://v2.runnymedechurch.org/directory/

    Temp password is: runny

    Thanks kindly

    Plugin Author Steven

    (@shazahm1hotmailcom)

    @ Strobelight

    That just seems how the font-family looks with bold text. When I force the text on the whole site to bold, it has a similar appearance.

    Add the following to the end of the theme’s style.css file:

    #cn-list {
    font-family: 'Helvetica Neue', Arial, sans-serif;
    }

    Now the directory will not use the ‘News Cycle’ font family.

    Thread Starter Strobelight

    (@strobelight)

    @ shazahm1

    Much appreciated. Great plugin btw.

Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘Text rendering very rough’ is closed to new replies.