@font-face demo for the InterstateBlackCond

InterstateBlackCond - Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.


CSS Implementation Guidelines

Self-hosting customers should reasonably restrict access to Web Font Software from misuse by web pages or documents not originating from your Web Site. Referrer checking is recommended to prevent hotlinking or deeplinking:

CSS Sample

Font file names have been obfuscated to protect the font software. You can identify font format based on file ending:

@font-face {
  font-family: "InterstateBlackCond";
  src: url("6dfea724-138b-43f9-999d-52a44b2a9f5e-2.eot");
  src: url("6dfea724-138b-43f9-999d-52a44b2a9f5e-2.eot?") format("embedded-opentype"),
       url("6dfea724-138b-43f9-999d-52a44b2a9f5e-3.woff") format("woff"),
       url("6dfea724-138b-43f9-999d-52a44b2a9f5e-1.ttf") format("truetype");
  font-style: normal;
  font-weight: normal;
}
       

Licensing information should be included within the CSS

/*
This CSS resource incorporates links to font software which is 
the valuable copyrighted property of WebType LLC, The Font Bureau 
and/or their suppliers. You may not 
attempt to copy, install, redistribute, convert, modify or reverse 
engineer this font software. Please contact WebType with any 
questions: http://www.webtype.com 
*/

View "WEB FONT SOFTWARE" LICENSE AGREEMENT