I want to create coding for add hindi font in html pages.

Asked By 50 points N/A Posted on -
qa-featured

Hello experts,

I want to create coding for add Hindi font in html pages. I am developing my own html webpage right now and planning to code an additional Hindi font for it is good to use. Can you give me some tutorial on adding Hindi fonts in an html page?

Thank you.

SHARE
Best Answer by Xeon Ostler
Best Answer
Best Answer
Answered By 0 points N/A #182339

I want to create coding for add hindi font in html pages.

qa-featured

In the top of your html page just set in the meta like this charset=utf-8 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">

When you set Charset=utf-8 then the browser properly interprets your language otherwise browser show error messages. So add this at the top of your html page. I think this will solve your problem. When I was first trying to develop html page, I was feeling the same kind of problems.

Thanks.

Answered By 0 points N/A #182340

I want to create coding for add hindi font in html pages.

qa-featured

Hello Onnoya,

You can use global font which supports UTF-8.

It will help your visitor to read the fond in their computer.

You just have to setting into your computer in language setting.

And you can use the code too,

Thanks.

Related Questions