About Me Font Help |
About Me Font Help |
Oct 8 2008, 07:54 PM
Post
#1
|
|
![]() Funkmaster. ![]() ![]() ![]() Group: Member Posts: 33 Joined: Sep 2007 Member No: 571,597 |
For some reason the text in my about me won't change face to the one that I want. The same goes for my headline, but everything else is.
Here's the font codes that I'm using for those particular sections: CODE font, body, table, td, div, h1, h2, br, a, p { font-family:'century gothic'; font-size:10px; color:000000; background-color: none text-transform:normal; text-decoration:none; font-weight:none;} .orangetext15 { font-family:'century gothic'; font-size:10px; color:000000; background-color:none; text-transform:normal; text-decoration:none; font-weight:none; text-align: center; background-color: ff0088; display:block;} .whitetext12 { font-family:century gothic; font-size:10px; color:000000; background-color:none; text-transform:lowercase; text-decoration:none; font-weight:none;} .lightbluetext8 { font-family:century gothic; font-size:10px; color:000000; text-transform:lowercase; text-decoration:none; font-weight:none; text-align: center; background-color:ffff22; display:block;} } .text { font-family:century gothic; font-size:10px; color:ff0088; background-color:none; text-transform:none; text-decoration:none; font-weight:none;} I'm not sure what's going on this has never happened before, help?
Reason for edit: please thumb large images. thanks :) -nat
|
|
|
|
![]() |
Oct 9 2008, 04:20 PM
Post
#2
|
|
|
Senior Member ![]() ![]() ![]() ![]() ![]() ![]() Group: Member Posts: 1,237 Joined: May 2008 Member No: 648,123 |
you're sure you don't have any other codes that might be conflicting with the ones you want? those codes you gave here should work fine.
although, i might mention you have text-transform and font-weight mixed up. for those, you can use: CODE text-transform: none; font-weight: normal; instead of:CODE text-transform: normal; font-weight: none;
|
|
|
|
tikichan About Me Font Help Oct 8 2008, 07:54 PM
Aberisk QUOTE(tikichan @ Oct 8 2008, 07:54 PM) Fo... Oct 8 2008, 09:13 PM
tikichan QUOTE(Aberisk @ Oct 8 2008, 10:13 PM) in ... Oct 8 2008, 09:22 PM
Anarchy Replace those codes with this:
CODEfont, body, ta... Oct 9 2008, 02:46 AM
tikichan It's still the same =[
Does it have anything t... Oct 15 2008, 06:51 PM
fixtatik so...yes or no to any other codes?
if you don... Oct 15 2008, 06:55 PM![]() ![]() |