Quote:
Originally Posted by Jenny Walker
Is there a way to have custom fonts on your web page? I saw a site today that was using custom fonts on the page. It wasn't an image or anything because I was able to copy the text. Is this possible to do with PHP?
|
This is not done with PHP. This is done with HTML.
See here: w3schools dot com/HTML/html_styles.asp
The above link will teach you about using fonts and other styles with HTML. Keep in mind that the font you choose must be on all your viewers computers. If it is not most browsers will default to the default font defined by the client (Usually Times New Roman).