Font Changes |
Font Changes |
Dec 23 2005, 03:58 PM
Post
#1
|
|
|
Senior Member ![]() ![]() ![]() Group: Member Posts: 40 Joined: Jul 2005 Member No: 181,484 |
What is the code to get your whole page to change to a new font? I just want to change the font, not the layout.
|
|
|
|
![]() |
Dec 23 2005, 04:04 PM
Post
#2
|
|
![]() Senior Member ![]() ![]() ![]() ![]() ![]() ![]() Group: Duplicate Posts: 1,912 Joined: May 2005 Member No: 137,527 |
yeah.
QUOTE table, tr, td, li, p, div { font-family:arial;} .btext { font-family:arial;} .blacktext10 { font-family:arial;} .blacktext12 { font-family:arial;} .lightbluetext8 { font-family:arial;} .orangetext15 { font-family:arial;} .redtext { font-family:arial;} .redbtext { font-family:arial;} .text { font-family:arial;} .whitetext12 { font-family:arial;} a:active, a:visited, a:link { font-family:arial;} a:hover { font-family:arial;} a.navbar:active, a.navbar:visited, a.navbar:link { font-family:arial;} a.navbar:hover { font-family:arial;} a.redlink:active, a.redlink:visited, a.redlink:link { font-family:arial;} a.redlink:hover { font-family:arial;} .nametext { font-family:arial;} you change the font by chaning all that is in bold |
|
|
|
dork__head Font Changes Dec 23 2005, 03:58 PM
tcunningham1589 in your html/css, you would have to change all of ... Dec 23 2005, 03:59 PM
dork__head Yeah, I know that. But like, I want to have the l... Dec 23 2005, 04:01 PM
dork__head Thanks! It worked....okay, is there anyway to... Dec 23 2005, 04:17 PM
beefcakeprincess i'm pretty sure its
QUOTE;text-transform:upper... Dec 26 2005, 03:30 AM![]() ![]() |