all fonts to sans-serif

  • doogy_64

    #748

    Greetings!

    Great theme, thanks!

    I’m having trouble changing all the fonts to sans-serif. I’ve changed some but can’t find others e.g. the font used for tag cloud and name of the person posting etc. Is it possible to use something like a font-family statement or will I need to go through and change each font individually?

    http://diygreenguru.com

    Cheers!

    Kim

    #13436

    Well, there are only five to eight fonts You need to change 🙂

    But why not have the tools to find the CSS codes You need.

    Here goes:

    Install Firefox & Firebug. Then right-click on some text and

    You will find the code in the right pane of Firebug. From there

    on it is easy to copy, paste and change Your CSS code. You can

    also try to change the code before inserting on Your site.

    Kim

    Kim

    #13437

    Let me add this:

    I found that You have this (.post font) code in two versions:

    (Maybe You have some font codes in Theme fonts menu!

    Then again the statement might be twice in style.css)

    .entry-content p, .entry-content ul, .entry-content ol, .comment-entry ol {
    font-family: 'Trebuchet MS';
    font-size: 1.1em;
    }

    .entry-content, .entry-content p, .slider_post_entry p, .entry-content ul, .entry-content ol, .comment-entry ol {
    color: #2C2B2B;
    font: 12px/20px arial;
    }

    Maybe this one will do:

    .entry-content, .entry-content p, .slider_post_entry p, .entry-content ul, .entry-content ol, .comment-entry ol {
    color: #2C2B2B;
    font-family: georgia,verdana,tahoma,arial;
    font-size: 14px;
    }

    The first font name & size is Your choice 🙂

    Kim

Viewing 3 posts - 1 through 3 (of 3 total)

  • You must be logged in to reply to this topic.