Font question! |
Font question! |
![]()
Post
#1
|
|
Senior Member ![]() ![]() ![]() Group: Member Posts: 48 Joined: Jan 2006 Member No: 352,486 ![]() |
CODE <style>.nametext{font-family: arial; color: black; font-weight:; font-size: 30px; letter-spacing: -5px; line-height: 35px;}</style> i have that code to change the font of my display name but im trying to get old english text mt to work, but it just stays arial. |
|
|
![]() |
![]()
Post
#2
|
|
Senior Member ![]() ![]() ![]() Group: Member Posts: 48 Joined: Jan 2006 Member No: 352,486 ![]() |
its not really a layout but
heres the code to change my font and stuff CODE <style type="text/css"> body,table, td, li, p, div, textarea, .nametext, .orangetext15, .blacktext12, .text, .redtext, .redbtext, .whitetext12, .blacktext10, .lightbluetext8{font:normal 11px arial; color:######; font-weight:none; border:0px; text-transform: none; line-height:12px;} </style> and i changed the navigation bar with this one CODE <style type="text/css">a.navbar{font-family:arial; font-size:11px; color:black; font-weight:none;border:0px; text-transform: lowercase;} a.navbar:link{font-family:arial; font-size:11px; color:black; font-weight:none;border:0px; text-transform: lowercase;} a.navbar:active{font-family:arial; font-size:11px; color:black; font-weight:none;border:0px; text-transform: lowercase;} a.navbar:visited{font-family:arial; font-size:11px; color:black; font-weight:none;border:0px; text-transform: lowercase;} a.navbar:hover{font-family:arial; font-size:11px; color:black; font-weight:none;border:0px; text-transform: lowercase;}</style> and then the other one that i posted is what i used for my display name and thats all i have |
|
|
![]() ![]() |