War Room

Go Back   WarriorForum - Internet Marketing Forums > Warrior Support Forums > Programming Talk

Featured Warrior Special Offer...
"Members Of The *War Room* Discover Secrets To Immediate Success!"
Reply
 
LinkBack Thread Tools
Old 10-22-2009, 01:57 PM   #1
Captain
War Room Member
 
Oscar D's Avatar
 
Join Date: Dec 2008
Location: South Africa
Posts: 779
Blog Entries: 1
Thanks: 45
Thanked 30 Times in 29 Posts
Default Wordpress - Please help change title font?

Good day,

Can someone please help me? How can I change the font of my header from the standard font to Lucida Calligraphy

Here is the style.css code for the font now, how can I change it?

Code:

#header {
margin: 0;
padding: 0;
height: 120px;
width: 780px;
border-style: solid;
border-color: #dddddd;
border-width: 1px;
background-color: #F88158;
background-image: url('images/header.jpg');
}

.header-title {
color: #FFFFFF;
font-size: 13px;
font-weight: nonr;
padding: 60px 0 0 30px;
text-align: left;
}
.header-title a{
color: #FFFFFF;
text-decoration:none;
border-bottom:none;
}
.header-title a:hover{
color:#FFFFFF;
text-decoration:none;
border-bottom:none;
}

Thanks

XSitePro - Start Designing Professional Websites Yourself
Oscar D is online now  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 10-24-2009, 11:20 AM   #2
HyperActive Warrior
War Room Member
 
Bruce Hearder's Avatar
 
Join Date: May 2004
Location: Perth, Australia.
Posts: 406
Thanks: 2
Thanked 63 Times in 55 Posts
Social Networking View Member's Twitter Profile  View Member's YouTube Profile
Contact Info
Send a message via Skype™ to Bruce Hearder
Default Re: Wordpress - Please help change title font?

The trouble with fonts is that you have to be certain that the font is installed on everyoned computer, so that it gets displayed properly.

If the font is not installed, it will fall to the default font, whcih in most case ruins the entire effect.

If you want to use a font that is not widely installed (and this is one of those fonts), then make your writing as an image and upload the image.

If it is a commonly displayed font, the following CSS can help:


.header-title
{
font-family: "Lucida Calligraphy";
color: #FFFFFF;
font-size: 13px;
font-weight: nonr;
padding: 60px 0 0 30px;
text-align: left;
}

Hope this helps

Bruce

Get Indexed Faster, Visit PingMe Now!!, and get a FREE backlink as well!
Get Instant BackLinks To Any Site You want by running your own Blog Farm
Stop Google SideWiki from displaying unfavorable comments on your WordPress Blog. Beta testers needed for Wordpress Plugin : SideWiki Blocker
How I Get 50-150 1-way links per day, everyday : Find out what I do!
Bruce Hearder is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 10-24-2009, 11:38 AM   #3
Warrior Member
 
Join Date: Oct 2009
Location: Nashville, TN - Costa Rica
Posts: 13
Thanks: 0
Thanked 2 Times in 2 Posts
Social Networking View Member's Myspace Profile  View Member's FaceBook Profile  View Member's Twitter Profile 
Contact Info
Send a message via ICQ to munkyscripts Send a message via AIM to munkyscripts Send a message via MSN to munkyscripts Send a message via Yahoo to munkyscripts
Default Re: Wordpress - Please help change title font?

what he said, there is also an embedded font format but for now only works in ie for windows.

munkyscripts is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 10-25-2009, 03:17 AM   #4
Wordpress Code Monkey
War Room Member
 
LibertyUnc's Avatar
 
Join Date: May 2009
Location: Earth
Posts: 72
Blog Entries: 1
Thanks: 16
Thanked 24 Times in 3 Posts
Social Networking View Member's Twitter Profile  View Member's YouTube Profile
Contact Info
Send a message via ICQ to LibertyUnc Send a message via Yahoo to LibertyUnc
Default Re: Wordpress - Please help change title font?

If you don't mind people seeing a different font, you could also specify multiple fonts...starting with the one you prefer and ending with fallback fonts in case people do not have it.

If the font you want to use is free, you could tell people to grab a copy...and those who grab and install it will then see your site with that font.

For multiple fonts:

font-family: "Lucida Calligraphy", verdana, arial, courier;

That would use your chosen font if the user has it, then fall back to verdana, arial, and finally courier if they did not.

As munkyscripts noted, there is no reliable way to display unusual fonts currently...but it can be done for some browsers.

If you absolutely want a specific look, images are the way to go...but I would avoid using too many if you want your pages to load in a snappy manner...a lot of people still have rather slow connections.

Author of The Privateer WordPress Theme (See my WSO!)

"He that would make his own liberty secure must guard even his enemy from oppression; for if he violates this duty he establishes a precedent that will reach to himself." ~ Thomas Paine
LibertyUnc is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 10-28-2009, 02:25 AM   #5
mad
Warrior Member
 
Join Date: Oct 2009
Posts: 22
Thanks: 0
Thanked 0 Times in 0 Posts
Default Re: Wordpress - Please help change title font?

Don't forget to change the font in all .header-title, .header-title a, .header-title a:hover.
I use only fonts from m$ Paint so you can be sure all users have this font.

mad is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 10-28-2009, 09:50 AM   #6
Affiliate Review Guru
 
RhondaGiarraffa's Avatar
 
Join Date: Jul 2009
Location: Ga. U.S.
Posts: 39
Blog Entries: 1
Thanks: 0
Thanked 0 Times in 0 Posts
Social Networking View Member's Myspace Profile  View Member's FaceBook Profile  View Member's Twitter Profile  View Member's YouTube Profile
Default Re: Wordpress - Please help change title font?

When Changing fonts you need to be careful. There are certain fonts that are universal and some that are not.

If you choose a font that is not, you will be taking a chance with some of your visitors that land on your page. The font text could look jacked up from their view if they do not have that particular font on their hard drive.

There is a way to put the font you want in your formatting, and also have an alternative font that will auto load if your primary font is not accepted by certain viewers.

I can't remember the relevant code to do this but I will ask some of my friends and get back to you.

Need to Learn Affiliate Marketing from Scratch Fast? Click Here (We just added Free Videos)
Get Motivated for Success! Click Here
Affiliate Training Pros Click Here
RhondaGiarraffa is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 10-28-2009, 01:02 PM   #7
Addy Osmani
 
addyosmani's Avatar
 
Join Date: Oct 2009
Posts: 2
Thanks: 0
Thanked 0 Times in 0 Posts
Social Networking View Member's Twitter Profile 
Default Re: Wordpress - Please help change title font?

From experience:

Don't go for embedded fonts, sIFR or anything that requires additional post-load memory to get it looking the way you want. The experience and overload are just not worth it.

If you're looking to use a specific font that may not be on all your users systems, simply open up an image editor and create a graphic with the typography in it instead.
addyosmani is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 10-29-2009, 05:56 AM   #8
Edwin Boiten
War Room Member
 
edynas's Avatar
 
Join Date: Sep 2006
Location: The Hague,Netherlands.
Posts: 306
Blog Entries: 1
Thanks: 8
Thanked 15 Times in 12 Posts
Default Re: Wordpress - Please help change title font?

if it's purely for the header why don't make you i an image and have the text hidden? That way you are always sure people will see it the way you intend it to be
edynas is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Reply

  WarriorForum - Internet Marketing Forums > Warrior Support Forums > Programming Talk

Tags
change, font, title, wordpress

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are Off
Pingbacks are Off
Refbacks are Off



All times are GMT -6. The time now is 03:07 PM.