@fontdef

Support Key: [N4-4.x]
Other
At-Rules

@charset
@import
@media
@namespace
@page
@font-face
= Index DOT Css by Brian Wilson =
Main Index | Property Index | CSS Support History | Browser History



What is it?
This At-Rule syntax 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 documents in HTML via the LINK element.
Syntax
Syntax1: @fontdef url("[Font Definition File URL]");
Examples
@fontdef url("http://www.example.com/sample.pfr");
Browser Peculiarities

Boring Copyright Stuff....