css and php displaying fonts from folder -


i understand bit rude ask question scratch have done research , tried few examples no sucess.

im trying display font local servers.

ex. digitaldreamnarrow.ttf

which located in :

css/fonts/digitaldreamnarrow.ttf

i have tried placing in css file in following manner:

@font-face {   font-family: digitaldreamnarrow;   src: url(‘css/fonts/digitaldreamnarrow.ttf’); } .top {   font-family: digitaldreamnarrow;   font-size: 0.2%; } 

however @ point im lost , dont see results in display.

help?

deploying fonts via css unsupported. take @ cufon.


Comments