How can I add new fonts in article?

Need help with the Administration of your Joomla! 1.5 site? This is the spot for you.

Moderator: General Support Moderators

Forum rules
Forum Rules
Absolute Beginner's Guide to Joomla! <-- please read before posting, this means YOU.
Forum Post Assistant - If you are serious about wanting help, you will use this tool to help you post.
Locked
kazi
Joomla! Fledgling
Joomla! Fledgling
Posts: 2
Joined: Fri Jul 09, 2010 7:06 pm

How can I add new fonts in article?

Post by kazi » Fri Jul 09, 2010 7:35 pm

Hi
I am trying to add new fonts in the article but i could not do that. I added some fonts in CSS but it change the fonts of the whole article. but i want different fonts in an article.Please help me out.

User avatar
sbroways
Joomla! Intern
Joomla! Intern
Posts: 85
Joined: Sat May 17, 2008 6:38 pm
Location: New York

Re: How can I add new fonts in article?

Post by sbroways » Fri Jul 16, 2010 8:23 pm

You need to set up a custom CSS class for the specific article you want the changes applied to. So make a new class, i.e. <newClass> and place those tags around the text in your article (you can use the HTML editor to do this). Then go into your CSS file and add in the specific characteristics you want applied to that class:

newClass {

Font-weight: bold;

}

for example. does that answer your question?

kazi
Joomla! Fledgling
Joomla! Fledgling
Posts: 2
Joined: Fri Jul 09, 2010 7:06 pm

Re: How can I add new fonts in article?

Post by kazi » Sat Jul 17, 2010 12:08 am

thanks bro..


Locked

Return to “Administration 1.5”