After conducting tests on my personal machine, I can confirm that the browser used was Chrome.
<html>
<head>
<style type="text/css">
@font-face{
font-family: "Myriad-Pro";
src: url(http://www.anaveer.in/honda/font/MYRIADPRO-REGULAR.OTF) format("truetype");
}
body{ font-family:Myriad-Pro; }
</style>
</head>
<body>
This text should display in Myriad-Pro font.
</body>
</html>
The implementation worked flawlessly. (I believe the font is depicted in the included screenshot).
If you encounter any challenges with a specific browser, please do not hesitate to inform us. If you plan to host it on your server, consider exploring font-squirrel's comprehensive selection of fonts and their respective CSS styles generated for you.