2010-10-06 14:16:12 +00:00
|
|
|
|
/* Pictos Font
|
|
|
|
|
* Copyright © 2010 Drew Wilson
|
|
|
|
|
* http://www.drewwilson.com - http://pictos.drewwilson.com
|
|
|
|
|
*
|
|
|
|
|
* The fonts included in this stylesheet are subject to the End User License you purchased
|
|
|
|
|
* from Drew Wilson. The fonts are protected under domestic and international trademark and
|
|
|
|
|
* copyright law. You are prohibited from modifying, reverse engineering, duplicating, or
|
|
|
|
|
* distributing this font software.
|
2010-10-26 21:08:12 +00:00
|
|
|
|
*
|
2010-10-06 14:16:12 +00:00
|
|
|
|
* This font is NOT free. It is illegal to use this font without paying for a license.
|
|
|
|
|
*/
|
|
|
|
|
|
|
|
|
|
@font-face {
|
2010-10-27 22:11:52 +00:00
|
|
|
|
font-family: 'Pictos';
|
|
|
|
|
src: url('../pictos-font/pictos-web.eot'); /* IE */
|
|
|
|
|
src: local('☺'), url('../pictos-font/pictos-web.woff') format('woff'), url('../pictos-font/pictos-web.ttf') format('truetype'), url('../pictos-font/pictos-web.svg#webfontphKv1xv9') format('svg');/* non-IE */
|
|
|
|
|
font-weight: normal;
|
|
|
|
|
font-style: normal;
|
2010-10-06 14:16:12 +00:00
|
|
|
|
}
|