Send to a Friend

tomasreichmann's avatar

Implementing CSS @font-face from start to finish?

Asked by tomasreichmann (125points) November 7th, 2009

I am looking into @font-face property. I have found an article about the CSS solutions (http://paulirish.com/2009/bulletproof-font-face-implementation-syntax/), but I couldn’t find any more info about the files used.

The CSS:
@font-face {
font-family: ‘Graublau Web’;
src: url(‘GraublauWeb.eot’);
src: local(‘Graublau Web Regular’), local(‘Graublau Web’),
url(‘GraublauWeb.otf’) format(‘opentype’);
}

What files do I need for this to work and where can I get them? All I have are standard .ttf and sometimes .otf font files.

Using Fluther

or

Using Email

Separate multiple emails with commas.
We’ll only use these emails for this message.