Found this snippet on a site that is very well designed (http://www.distinctlydeutschland.com/):
@font-face {
font-family: 'TrajanProBold';
src: url('trajanpro-bold-webfont.eot');
src: url('trajanpro-bold-webfont.eot?#iefix') format('embedded-opentype'),
url('trajanpro-bold-webfont.woff') format('woff'),
url('trajanpro-bold-webfont.ttf') format('truetype'),
url('trajanpro-bold-webfont.svg#TrajanProBold') format('svg');
font-weight: normal;
font-style: normal;
}
I currently use Google Fonts, and have used CUFON - this seems like a better alternative, as it offers more font selection (as I can probably upload my own font files it appears) and it also let's users drag-select the text, unlike CUFON.
Problem is I have no idea what this syntax means, or how the files (.woff, .eot etc.) are created, what they all do etc. If I just have .ttf will it work? Or is this generated by some web font service provider?