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.
I want to create coding for add hindi font in html pages.
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.
I want to create coding for add hindi font in html pages.
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.