Where can I change the Font Face to Arial?
I have a file named lang_main.php, waht do i write and where exactly do I apply it?
Thanks.
Changing a font face is an HTML element. What are you trying to accomplish? Change every displayed piece of text into Arial font?
you might want to do some html tutorials first before moving on to php as usually php is used to output html. (though it can do much more).
there is a decent tutorial here.
using CSS is one way to change all the fonts on your site to one stated in the .CSS file. but if you don't know about HTML even, its not wise to move on to editing PHP.
go here after you seen the above HTML link.
http://www.w3schools.com/css/default.asp