-
AuthorPosts
-
October 4, 2013 at 5:49 pm #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
regardsTomC ModeratorTomC
- Join date:
- October 2014
- Posts:
- 14077
- Downloads:
- 58
- Uploads:
- 137
- Thanks:
- 948
- Thanked:
- 3155 times in 2495 posts
October 4, 2013 at 9:47 pm #508055So 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
1 user says Thank You to TomC for this useful post
October 6, 2013 at 6:04 pm #508126Thanks for your advice
our website URL is :http://payamgbg.se/beta/ and we are using joomla 2.5
anyway my problem is not solvedTomC ModeratorTomC
- Join date:
- October 2014
- Posts:
- 14077
- Downloads:
- 58
- Uploads:
- 137
- Thanks:
- 948
- Thanked:
- 3155 times in 2495 posts
October 6, 2013 at 11:05 pm #508140As I cannot read the language of your site, are you referring to the titles of the referenced articles on your home page?
1 user says Thank You to TomC for this useful post
October 7, 2013 at 7:46 am #508195Thanks 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 ModeratorSaguaros
- Join date:
- September 2014
- Posts:
- 31405
- Downloads:
- 237
- Uploads:
- 471
- Thanks:
- 845
- Thanked:
- 5346 times in 4964 posts
October 9, 2013 at 4:57 am #508434Hi 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
December 6, 2013 at 9:50 pm #514614Thanks for reply
Under less, there are so many files. In which one should I look for FontFamily ?
phong nam Friendphong nam
- Join date:
- May 2015
- Posts:
- 3779
- Downloads:
- 1
- Uploads:
- 587
- Thanks:
- 499
- Thanked:
- 974 times in 888 posts
December 9, 2013 at 4:56 pm #514818Hi,
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
-
AuthorPosts
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