curly/cute fonts |
![]() ![]() |
curly/cute fonts |
Dec 23 2005, 02:39 PM
Post
#1
|
|
![]() Newbie ![]() Group: Member Posts: 9 Joined: Dec 2005 Member No: 313,802 |
anyone know any cute fonts that i can put cute quotes in?? and if so, what's the codes??
|
|
|
|
Dec 23 2005, 03:20 PM
Post
#2
|
|
![]() Senior Member ![]() ![]() ![]() ![]() ![]() ![]() Group: Duplicate Posts: 1,912 Joined: May 2005 Member No: 137,527 |
first step, you could go here and look for a font, when you find one you would have to download it. next, you would have to go to your html/css and add a new style.
QUOTE .cutefont {font: (whicheverfontyouchoose); and when ever you would want to use it, you would have to use QUOTE <span class="cutefont"> words here </span>
|
|
|
|
Dec 24 2005, 01:15 AM
Post
#3
|
|
|
Senior Member ![]() ![]() ![]() ![]() Group: Member Posts: 108 Joined: Aug 2005 Member No: 216,712 |
what??
i dont understand this i downloaded the fonts but now i dont know what to do where do i put the style/tag code?? and where do i put the other code?? |
|
|
|
Dec 24 2005, 01:28 AM
Post
#4
|
|
|
t-t-t-toyaaa ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Group: Official Member Posts: 19,821 Joined: Apr 2004 Member No: 11,270 |
An easy way would just be to do this
CODE .text {font:normal 9px FONTNAME; color:######; font-weight:none; border:0px; text-transform: none; line-height:12px;} that whill change your entire font to that font.. if you want some words that font then do CODE <font face="FONTNAMEHERE">texthere</font> first code goes inbetween style tags. |
|
|
|
![]() ![]() |