• http://kittik.com/news

    Hi,

    On the link provided above is my news page, which lists all posts. It is apparent that the posts title is in a font that none of the rest of my website is. The font is really putting me off and I’d like to know how to change it.

    Thank you,

    James

Viewing 2 replies - 1 through 2 (of 2 total)
  • Moderator t-p

    (@t-p)

    There are many tools available for this kind of CSS work, for example:
    – Firefox with Firebug add-on: Help info on Firebug https://getfirebug.com/faq/
    – Newer IE/Chrome, etc., have similar tools
    – Also, check out Custom CSS Manager plugin: http://wordpress.org/plugins/custom-css-manager-plugin/
    – Alternately, try a dedicated CSS resource such as http://www.css-discuss.org/
    – Also, consider creating a child theme otherwise all your customization will be overwritten when you next update your theme. Alternately, use Custom CSS Manager plugin

    Your theme appears to be a commercial product and as such is not supported here. You should approach the theme developer for support.

    Having said that, the font used is declared here:

    .blog-post h4, .blog-post h1, .blog-post h3, .blog-line h4, .blog-single-post h1 {
      font-family: typekit-font-1;
    }

    You could select a font stack that suits you and use that: http://www.cssfontstack.com/

    If you end up customising the theme this way, add the CSS using a plugin or a child theme.

Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘Changing ugly font’ is closed to new replies.