``` @font-face { font-family: Chunkfive; src: url('Chunkfive.otf'); } h1 { font-family: Chunkfive, Georgia, serif; } ``` [Spec](http://dev.w3.org/csswg/cssom/#css-font-face-rule). WebKit implementation: [CSSFontFaceRule.cpp](http://trac.webkit.org/browser/trunk/WebCore/css/CSSFontFaceRule.cpp#preview).