/* Pictos Custom Font
* Copyright (C) 2010-2012 Drew Wilson
* http://www.pictos.cc/server    -    http://drewwilson.com
*
* The fonts included in this document and used on this website are subject to the
* End User License Agreement entered into by the website owner. The fonts are protected
* under domestic and international trademark and copyright law. All parties other than
* the owner of this website are prohibited from using, modifying, reverse engineering,
* duplicating, or distributing the fonts in this document.
* These fonts are NOT free. It is illegal to use these fonts without paying for a license.
*
*/
@font-face {
  font-family: 'Pictos Custom';
  src: url('/static/v2/fonts/pictos_custom.eot');
  src: url('/static/v2/fonts/pictos_custom.eot?#iefix') format('embedded-opentype'),
  		url('/static/v2/fonts/pictos_custom.woff') format('woff'),
  		url('/static/v2/fonts/pictos_custom.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}
