otf format fontface code example
Example 1: otf css3 font-face
@font-face {
font-family: GraublauWeb;
src: url("path/GraublauWeb.otf") format("opentype");
}
Example 2: how to find a fontface url
@font-face {
font-family: Chunkfive;
src: url('Chunkfive.otf');
}