Help - Search - Members - Calendar
Full Version: About Me Font Help
Forums > Resource Center > Support Center > Myspace Support > Myspace Resolved Topics
tikichan
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.
click to enlarge


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?
Aberisk
QUOTE(tikichan @ Oct 8 2008, 07:54 PM) *
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.
http://i74.photobucket.com/albums/i261/tiki1991/help.jpg

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?

in your .orangetext15, u have 'century gotic'
make it into

CODE
.orangetext15 { font-family: century gothic;}

no
' '
tikichan
QUOTE(Aberisk @ Oct 8 2008, 10:13 PM) *
in your .orangetext15, u have 'century gotic'
make it into

CODE
.orangetext15 { font-family: century gothic;}

no
' '


I took that out but it still hasn't changed the font, I had it like that in the beginning without the '' but then I thought I'd add it to see what happened, and nothing did.
This normally doesn't happen..
Anarchy
Replace those codes with this:

CODE
font, body, table, td, div, h1, h2, br, a, p {
font: normal 10px century gothic;
color:000000;
background-color: none
text-transform:normal;
text-decoration:none;}

.orangetext15 {
font: normal 10px century gothic;
color:000000;
background-color:none;
text-transform:normal;
text-decoration:none;
text-align: center;
background-color: ff0088;
display:block;}
.whitetext12 {
font: normal 10px century gothic;
color:000000;
background-color:none;
text-transform:lowercase;
text-decoration:none;}

.lightbluetext8 {
font: normal 10px century gothic;
color:000000;
text-transform:lowercase;
text-decoration:none;
text-align: center;
background-color:ffff22;
display:block;}
}
.text {
font: normal 10px century gothic;
color:ff0088;
background-color:none;
text-transform:none;
text-decoration:none;}

See if that turns your About Me text into the Century Gothic font.
fixtatik
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;
Anarchy
Yeah, I forgot to mention that. I took out font-weight, though, since that can just be added to the font attribute along with the size and family.
tikichan
It's still the same =[
Does it have anything to do with me using firefox?
fixtatik
so...yes or no to any other codes?

if you don't have any other codes that might be changing the font, then you probably don't have the font on your computer. does the font in your CB signature look like century gothic?
Anarchy
Yeah, it must be your computer. I'm using FireFox on my computer and I see Century Gothic on your signature. Either that, or you have other codes that are clashing with the ones you posted. It'll help if you posted ALL of your codes.
This is a "lo-fi" version of our main content. To view the full version with more information, formatting and images, please click here.