Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • shodjaziba Friend
    #191161

    Hi,

    I am new in joomla, and i have install fubix template in my website.
    would you please help and tell me how can i change the article and title font to Tahoma.
    I am using this template in right to left language
    regards

    TomC Moderator
    #508055

    So that we can try to best assist you, please provide the url of the site you’re working on,
    as well as temporarily set your site to “Development Mode” withing your Template Manager–general settings
    (assuming you’re using JA Fubix for J3.0)

    If you’re using the J2.5 version, then temporarily set “Optimize CSS” to “No” within your Template Manager–General settings

    shodjaziba Friend
    #508126

    Thanks for your advice
    our website URL is :http://payamgbg.se/beta/ and we are using joomla 2.5
    anyway my problem is not solved

    TomC Moderator
    #508140

    As I cannot read the language of your site, are you referring to the titles of the referenced articles on your home page?

    shodjaziba Friend
    #508195

    Thanks again,

    The only thing i want to see in the frontend is tahoma font for title and content and i do not know how to change from defult font to tahoma
    I did what you said before but is not worked
    🙂

    Saguaros Moderator
    #508434

    Hi shodjaziba,

    There are 2 ways that you can change the font:

    – Less: you can change via less file in : /templates/ja_fubix/less and look for font-family TPLFontFace variable and change to your desired font, then go to backend > template manager > compile Less to Css

    – Css: create a new file named custom.css in folder: /templates/ja_fubix/css (if it doesn’t exist). And add new css rule that define font-family for specific content you want.

    Remember to take a backup of your site before making change.

    Regards

    shodjaziba Friend
    #514614

    Thanks for reply

    Under less, there are so many files. In which one should I look for FontFamily ?

    phong nam Friend
    #514818

    Hi,

    I just want to add more exact .less file and css styles you need to work on 2 solutions of Saguaros above:

    Solutions 1: You need to open templatesja_fubixlessvariables.less file, find lines:

    // Font Face
    // ------------------------- @TPLFontFace: 'novecento_wide_bookbold',Arial, Helvetica,sans-serif;

    Change to the font-family you want. However, I need to notice you that this is a global variable of font-family so that the new font-family may appear on other elements of templates.

    Remember to backup the file before editing.

    Solutions 2: Using the custom.css file.

    You can try to put below css styles into this new created file:

    body {
    font-family: 'Helvetica Neue',Helvetica,sans-serif;
    font-size: 13px;
    line-height: 20px;
    }

    Change the font-family as you want. i.e Tahoma

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

This topic contains 8 replies, has 4 voices, and was last updated by  phong nam 10 years, 11 months ago.

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