Description

Assists in font matching between a clients local font and an embeded or downloaded font.

See also:

Example

@font-face { 
  font-family: "Banana republic"; 
   src: url("banana-republic.otf"); 
} 
h1{
  font-family: "Banana republic", sans-serif; 
}

Introduced in CSS version
2.1
Inherited
N/A
Browser Support
BrowsersIEFirefoxSafariOperaChrome
Versions5.53.53.1unknown0.2
Belongs to:

See the full list CSS properties and browser support: CSS Properties