This is proving a bit of a nightmare as there don't seem to be any straight answers.

Is there any way to get the trebuchet MS font to display in chrome and firefox? I've been using it throughout my website for IE and it displays well, but it appears pixellated in chrome(almost as if it is a different font.)

Is there anyway to include the font on the CSS file or will it just not render it under any circumstances? One such piece of code is below. While it doesn't display Trebuchet, it doesn't seem to default to Verdana either...?

Any suggestions would be very helpful ](*,)
Code:
.info_16 {
	color: #747474;
	font-family: "Trebuchet MS", Verdana, sans-serif;
	font-size: 16px;
	text-decoration: none;
}