I have spent last 3 days with this code but I can not make it work
<html>
<head>
<title>Tamil Text Sample</title>
<meta http-equiv="content-type" content="text/html; charset=utf-8" />
</head>
<style type="text/css">
@font-face {
font-family: "Bamini Tamil";
src: url("www.kvijayanand.zzl.org/fonts/bamini.ttf");
}
p{
font-family:"Bamini Tamil";
}
</style>
<body>
<h3>Tamil Text Sample</h3>
<p>,y;yk</p>
</body>
</html>
What should i do ?
Thanks a lot for the help !