tags:

views:

38

answers:

3

I am trying to do something like this

font-family: url('fonts/myfont.ttf');

You might think this is a stupid question, but if there is a way tell me

A: 

I would look into sIFR:

http://novemberborn.net/sifr3

Kerry
Cufon or @font-face are better options now.
Johannes Gorset
Ah, good to know.
Kerry
+1  A: 

You have a few options, check out @font-face, a CSS based solution and cufon, a JavaScript solution.

bobthabuilda
A: 

I would look at this myself:

http://paulirish.com/2009/bulletproof-font-face-implementation-syntax/

RyanP13