I want to know how I can change the font for echo, for isntance, the code I have now is like this:
<?php
echo 'Welcome';
?>
What do I have to do to make that bit of text "Welcome" have a different font than the rest, and also what do I have to do to make sure all my echo text is in the same font (for other pages)
Thanks
<?php
echo 'Welcome';
?>
What do I have to do to make that bit of text "Welcome" have a different font than the rest, and also what do I have to do to make sure all my echo text is in the same font (for other pages)
Thanks