Results 1 to 3 of 3

Thread: help me developing hindi web site

  1. #1

    Lightbulb help me developing hindi web site

    hi
    all the great jat software site builder....

    i am currently developing a hindi web site. but i do not know how to download hindi font dynamically form the server.
    the solution must be like that user do not have to download the hindi font on his system in order to view the site.

    i am looking for the solution like http://www.rajbhasha.com/

  2. #2
    Email Verification Pending
    Login to view details.
    RAM_RAM ji
    I can do but you can also do with a little effort.
    As you have given reference of www.rajbhasha.com which is created using CSS (casecading style sheets) which are used for defining your own styles for text etc, and directly applied.
    If you know a bit of HTML then please view the source of the site n page which you given as reference n study that you will be able to do same.
    At this moment I'm very sorry to say that I can't help you more than this much...
    With thanks n regards
    Manoj Kumar Mahala

  3. #3

    Thumbs up You have to use Embedded font

    Hi Anil,

    You have to use Embedded Font the way your reference site www.rajbhasha.com is using. Basically, you have to tell the browser to take font information from a .eot file at the web server.

    Look at the src element in the style tag below.
    <STYLE>
    @font-face {font-family: "MyFont"; src: url(FontSourceFile.eot)}
    H1 {font-family: "Verdana", "MyFont"}
    </STYLE>

    Please search for 'eot' + 'embedded font' in google and you will get many links leading to tutorials. Here are some links:
    http://msdn.microsoft.com/workshop/a...font_embed.asp
    http://www.bearzcave.com/embedeottutorial.htm
    http://www.ssi-developer.net/design/embed-font.shtml

    Once you understand the concept it is very very simple.

    All the best!
    Yogesh
    Aham Brahma Asmi!

Posting Permissions

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