CSS3 Generator
august 2011 by sullivat
text-shadow: 1px 1px 1px #000000;
filter: dropshadow(color=#000000, offx=1, offy=1);
css
tools
filter: dropshadow(color=#000000, offx=1, offy=1);
august 2011 by sullivat
The New Bulletproof @Font-Face Syntax | Fontspring
css
february 2011 by sullivat
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');
}
february 2011 by sullivat
Copy this bookmark: