All pastes #2045815 Raw Edit

Anonymous

public css v1 · immutable
#2045815 ·published 2011-04-13 08:55 UTC
rendered paste body
			/*				Font and VB macro from:	http://read-stuff-here.blogspot.com/2009/09/creating-high-quality-ean13-barcode-for.html				Font conversion from:	http://www.fontsquirrel.com/fontface/generator				CSS3 + IE syntax from:	http://www.fontspring.com/blog/the-new-bulletproof-font-face-syntax			*/			@font-face {				font-family: 'CodeEAN13Regular';				src:	url('includes/codeean13-webfont.eot');				src:	url('includes/codeean13-webfont.eot?IEfail') format('eot'),						url('includes/codeean13-webfont.woff') format('woff'),						url('includes/codeean13-webfont.ttf') format('truetype');			}/* cut... */			.ean13 > .bars {				font: 68pt 'CodeEAN13Regular';				height: 90px;			}