Stub
This article is a stub. Please help the wiki by coding it. Spamming and vandalism is not considered an improvement and will result in discipline, up to, and including a permanent block.
The CSS @fontdef @-rule links a font definition file to a document. Once a font definition file is referenced, the fonts that are defined by the file can be referenced using the usual CSS font properties. Font definition files may also be linked to HTML documents via the <link /> element.
CSS example:
@fontdef url("http://www.example.com/sample.pfr");