sullivat + css   12

CSS3 Generator
text-shadow: 1px 1px 1px #000000;
filter: dropshadow(color=#000000, offx=1, offy=1);
css  tools 
august 2011 by sullivat
The New Bulletproof @Font-Face Syntax | Fontspring
This is the way the code should have been all along. Clean, clear and simple:

@font-face {
font-family: 'MyFontFamily';
src: url('myfont-webfont.eot?') format('eot'),
url('myfont-webfont.woff') format('woff'),
url('myfont-webfont.ttf') format('truetype'),
url('myfont-webfont.svg#svgFontName') format('svg');
}
css 
february 2011 by sullivat

Copy this bookmark:



description:


tags: