Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • alekseyg Friend
    #166851

    How can I change font of articles to arial?

    TomC Moderator
    #403627

    <em>@alekseyg 256384 wrote:</em><blockquote>How can I change font of articles to arial?</blockquote>
    Which content are you wanting to change . . . . it actually does matter.

    khoand Friend
    #403632

    <em>@alekseyg 256384 wrote:</em><blockquote>How can I change font of articles to arial?</blockquote>

    Hi,
    You change this code from /templates/ja_teline_iv/css/template.css in the line #75

    .contentheading, .componentheading, h1, h2, h3, h4, h5 {
    font-family: Georgia, Cambria, "Times New Roman", Times, serif;
    }

    TomC Moderator
    #403637

    Yes, if the content he is wanting to modify are the headings . . . . but we need to know which particular content items/areas you are wanting to modify, as there are different CSS rules/classes for different elements/areas.

    alekseyg Friend
    #403659

    Gents,
    I would like to change font of body of articles, as it shown on screenshot


    1. fone
    TomC Moderator
    #403665

    That element looks to be controlled by the following css . . . templates/teline_iv/css/template.css

    look for the following at/around line 200 . . .
    (I’ve done modifications to my template.css file, so the location of this particular code might be slightly different for you.


    item-page .article-content
    { font-family: Georgia,Cambria,"Times New Roman",Times,serif;
    font-size: 115%;

    }
    change the font family and (if you desire) text-size

    Hope that helps !!

    😎

    TOM

    alekseyg Friend
    #403705

    thanks, it works

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

This topic contains 7 replies, has 3 voices, and was last updated by  alekseyg 13 years, 3 months ago.

We moved to new unified forum. Please post all new support queries in our New Forum