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.
http://connections-pro.com/faqs/why-does-the-template-layout-look-wrong/
Hope that helps!
@ 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?
@shazam1
You can view it here: http://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.
@ shazahm1
Much appreciated. Great plugin btw.