Hi
I see many sites that use nice fonts as headings but am unsure how to do this properly. I tried adding the font into the code, but when it displays it is pixelated and looks too bold. I tried the image replacement technique but there are problems with that too(negative margin, transparency issue etc.)
Does anyone have a good guide on how to style headings properly so they look professional?
thanks
Emma
Not entirely sure what you
Not entirely sure what you mean, you can use @font-face which basically allows you to use non web-standard fonts by providing the font files on your server... the website font-squirrel has loads of choices and includes @font-face kits which generate all the necessary files and also the css code.
http://www.fontsquirrel.com/fontface
You can then go about styling the type itself with properties such as
letter-spacing:
word-spacing:
line-height:
etc 
hope that helps
thanks I will give this a
thanks I will give this a try,
cheers
Emma