dinoxDISCO
Jan 16 2005, 10:07 PM
How can I change the font for my whole Xanga to be Lucida Console? There was a code that said it changed the font of the whole xanga but I put in the website stats & the Header HTML place.. but it didnt work.
NatiMarie
Jan 16 2005, 10:10 PM
Try
QUOTE
<style type="text/css">
table.blogbody {
font-family: Arial;
font-weight: none;
font-size: 12pt;
color: #COLOR;
text-align: justify;
padding: 0px;
margin-top: 2px;
}
</style>
:]
Remember...make sure you put the EXACT font name in the space. Also...place this in website stats or Header HTML.
ckling
Jan 17 2005, 05:23 AM
<style type="text/css">
.left, .blogbody, table.footer, .standard, .leftmodulefontcolor, td, p {
/* edits main text */
font-family:Arial;
color: #F9F2F8;
}
</style>
add the style u want within { }, and place it in the header.
bad_girl
Jan 17 2005, 06:08 AM
is that avaliable for ALL FONTS??
whomps
Jan 17 2005, 06:13 AM
QUOTE(bad_girl @ Jan 17 2005, 3:08 AM)
is that avaliable for ALL FONTS??
Nope. If you want fonts on your computer to be visible on other people's computers, you should see this tutorial.
http://www.createblog.com/forums/index.php?showtopic=31934