Results 1 to 2 of 2

Thread: Fonts

Hybrid View

Previous Post Previous Post   Next Post Next Post
  1. #1
    Join Date
    Nov 2004
    Location
    India
    Posts
    3

    Default Fonts

    Dear all~

    Will i be able to use fonts of regional languages in my website.. will it appear as it is or.. will show in ascii. If yes can someone help me to create such style sheets. Plz advise.

  2. #2
    Join Date
    Oct 2004
    Posts
    282

    Default

    i believe that depends on the "family-font:" attribute
    you can just insert following code into ur <head> tag
    Code:
    <style type="text/css">
    A { family-font: Arial }
    body { family-font : Arial }
    </style>
    the above code set all font to Arial, just to give u an idea of how to use stylesheet
    there is many ways of doing this, my suggestion would be go to http://www.w3schools.com and start reading the CSS tuturial
    of course, you can alert the font by changing the name "Arial" to whatever you like
    but it's just most common ones, or the ones' that's under the server's font directory
    hope that helps

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •