Trust nothing on the web, except Murphy's Law.
I always indicate fallbacks (<offtopic>and on the other side I'm searching for a Firefox extension that would deactivate font-face on a per site basis, more like QuickJava than Stylish or Greasemonkey. That and no more position: fixed
on other pages because of crappy websites. Just expect users to start to use that when they'll be fed up with poor choices and abuse from some designers. Not all, some.</offtopic>) because it costs me 10 to 16 bytes in a gzipped and minified stylesheet and causes no other problem in my case.
If it does cause problems to you then weigh pros and cons and decide.
You will have a fallback: it's the default font of the default family (serif); Times or Times New Roman most of the time (except on some or most Linux I believe).
If your site displays well with serif on OS X, Windows and Ubuntu then you solved one of your problems.
If you're:
- expecting pixel perfect rendering even with such different renderings than Firefox, IE and Chrome on XP, W7, OS X and Ubuntu with "Cleartype" or not activated by users,
- using
height
instead of min-height
- and so on
well you'll maybe learn the hard way that you shouldn't expect much from the systems used by your visitors.