I want to use a font on my server as site's default font.can i do that? Please help me to find code to this!
You cannot use your own font for texts on your site,coz it causes problem when the user does not have that font on their system.But you can used your own font for images in your site, by using PHP's imagettftext() function.