Here is an example of a LINK tag, which you put between the <HEAD> and </HEAD> tags at the top of an HTML document:
<LINK REL=FONTDEF SRC="http://www.yourdomain.com/Meera.eot">
The REL attribute indicates that the linked file is a font definition. The SRC
attribute specifies the source for the font definition, in this case the PFR
(Portable Font Resource).