I designed a small template which uses Trebuchet MS font (PSD). Now, if I use this font in HTML/CSS it looks quite different. Is there any possibility to achive the same or a better quality ?
Maybe Google Webfont ? Is there a simmilar font ? Or should I use CSS @font-face?
CSS:
font-family: "Trebuchet MS", sans serif;
Best regards