0

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

Starx
  • 77,474
  • 47
  • 185
  • 261
  • possible duplicate of [How to add some non standard font to website?](http://stackoverflow.com/questions/107936/how-to-add-some-non-standard-font-to-website) – Oded May 19 '10 at 06:13

3 Answers3

1

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

ground5hark
  • 4,464
  • 8
  • 30
  • 35
0

I would look into sIFR:

http://novemberborn.net/sifr3

Kerry Jones
  • 21,806
  • 12
  • 62
  • 89
0

I would look at this myself:

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

RyanP13
  • 7,413
  • 27
  • 96
  • 166