Fonts, ???? |
Fonts, ???? |
Feb 18 2007, 02:36 AM
Post
#1
|
|
|
Senior Member ![]() ![]() ![]() ![]() ![]() Group: Member Posts: 728 Joined: Jan 2007 Member No: 495,803 |
I want to make my "about me" with different kinds of font styles..whats the code to do that? Like if I want to make it comic sans or verdana?
|
|
|
|
![]() |
| *Azarel* |
Feb 18 2007, 02:41 AM
Post
#2
|
|
Guest |
To change the actual about me font, use this:
<style type=text/css> .orangetext15 { font-family:arial; } </style> |
|
|
|
Feb 18 2007, 02:47 AM
Post
#3
|
|
|
Senior Member ![]() ![]() ![]() ![]() ![]() Group: Member Posts: 728 Joined: Jan 2007 Member No: 495,803 |
To change the actual about me font, use this: <style type=text/css> .orangetext15 { font-family:arial; } </style> I wasn't wanting something like that, I dont want to change the whole about me to one font...but like different sections or different words to a different font. |
|
|
|
| *Azarel* |
Feb 18 2007, 02:49 AM
Post
#4
|
|
Guest |
Okay, I wasn't sure since you put about me in quotation marks. In any case, here's what you're looking for:
<font face="Comic sans">This font will be in Comic Sans,</font> <font face="Verdana">and this will be in Verdana.</font> Rinse. Repeat. |
|
|
|
Feb 18 2007, 03:10 AM
Post
#5
|
|
|
Senior Member ![]() ![]() ![]() ![]() ![]() Group: Member Posts: 728 Joined: Jan 2007 Member No: 495,803 |
|
|
|
|
![]() ![]() |