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
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
You have a few options, check out @font-face
, a CSS based solution and cufon
, a JavaScript solution.
I would look at this myself:
http://paulirish.com/2009/bulletproof-font-face-implementation-syntax/