mirror of
https://github.com/jsbin/jsbin.git
synced 2026-01-18 15:18:04 +00:00
Updated all relevant paths to point to new locations. Webs servers will need to be updated to point to ./public. The build script remains in the root and will work as before.
21 lines
808 B
CSS
Executable File
21 lines
808 B
CSS
Executable File
/* 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.
|
||
*
|
||
* This font is NOT free. It is illegal to use this font without paying for a license.
|
||
*/
|
||
|
||
@font-face {
|
||
font-family: 'Pictos';
|
||
src: url('../font/pictos-web.eot');
|
||
src: local('☺'), url('../font/pictos-web.woff') format('woff'), url('../font/pictos-web.ttf') format('truetype'), url('../font/pictos-web.svg#webfontIyfZbseF') format('svg');
|
||
font-weight: normal;
|
||
font-style: normal;
|
||
}
|
||
|