Hello again! I have a very cool font i would like to use in my website, but I don't know how to load it in order to visitors can see the text with that original font. Is there any way to do this? Cheers! Chewie.
Not that I know of, you can load it into a php GD generated image, but that's about the only way I can think of doing it... The problem is that each user has to have the font on their computer...
Agree, People has to have your font... But, what you can do is, Do it in Photoshop, You can use the font and save it as an image... Hard work though, it will do
Someone once told to do it like that: @font-family { font-family:BN Barak Bold; src: url('BNBAB___.TTF'); } Code (markup): But I don't real know how to use it much, you can try things with this code and maybe you'll do it right.
There are two ways of doing 1) Convert all text to images which will make it a slow site that doesnt get indexed by search engines (well) 2) Add the font for users to download and install - many people wont trust you to do this though for one and for two you would have to own the distribution license for the font. Basically, dont do it