Paul Irish and Jonathan Neal created a fun, cross-browser rule generator.
CSS3, Please! allows you to play with a number of rules right in the browser:
border-radius
box shadow
gradients
rgba support in backgrounds
transforms
font-face
With this tool, you can generate a rule as universal as possible without losing support for 5 common browsers: FF, Chrome, Safary, Opera, IE ')
For example, to use your own font, it is convenient to use the following structure: @font-face { font-family: 'WebFont'; src: url('myfont.eot'); /* IE6+ */ src: local('☺'), url('myfont.woff') format('woff'), /* FF3.6 */ url('myfont.ttf') format('truetype'); /* Saf3+,Chrome,Opera10+ */ }