Different font when typing in guestbook.Original post: http://makulitrepublic.multiply.com/notes/item/89By: FrancescaAs you see below, when you type in my guestbook, it comes with a different font
than the default one.
look below:

How to do this one on your site:
Click Customize my site.
You will be seeing a yellow strip popping out.
Click Custom Css.
Copy this code on the first line:
table, td {
background: transparent;
border: 0px;
line-height: 14px;font-family:TYPE THE FONT TYPE HERE!important;font-weight:bold!important; }
input, textarea, font, p, table, td, div, strong, u, i {font-size:TYPE THE FONT SIZE HEREpx!important;font-family:TYPE THE FONT YOU WANT TO APPEAR AFTER TYPING!important;font-weight:normal!important; letter-spacing: 0px; font-color: #TYPE THE COLORCODING HERE.;}body {
background-image:url(
http://i29.tinypic.com/e1c6ir.png);
background-attachment: fixed;
background-color: #fff;
font-family: arial ;
font-size: 9pt;
color: #707070;
See this text in the code:
1.TYPE HERE THE FONT TYPE
2.TYPE HERE THE FONT TYPE YOU WANT TO SEE AFTER TYPING
3.TYPE HERE THE COLOR CODING
And then. highlight them and edit it with your own..
Examples:
Font type = Lucida Console
Font type after typing text = Arial
Color coding= #330000
Hope it does works for you and will help you, any problems shall be PMed to me (personal messaged)
Thanks!