View Full Version : Font Change


Tw!tch
04-16-2003, 03:31 AM
I changed the font in my style sheet, but it wont show up on my page. How do I change the font??

epolady
04-16-2003, 03:51 AM
http://www.lissaexplains.com/css.shtml#fontattributes

please ensure that you've looked through the main site and the font(s) are spelled correctly.

MaGiCSuN
04-17-2003, 06:21 PM
also make sure you read this before you change the font to some weird font that only you have on your site :)

To change the font type, replace "your font name" with the font of your choice. You need to pick a font that most other people have on their computers (comic sans ms, verdana, arial, arial narrow etc.) in order for someone to see it on your page. You can also change the font size by replacing "your color" in my sample code above. If you're concerned that someone will not be able to see your font, you can list more than one in the code. For instance, you can add comic sans ms, arial, verdana in the code (separated by commas), and your viewer will see the font they have installed on their computer. If your viewer does not have comic sans installed on their computer, but they do have arial and verdana, they would see the arial font on your page. The viewer's browser will read the code from left to right and pick the first font available, and this is the font the viewer will see. So list them in order of importance from left to right.

Love,
Mirna