Setting a Font on server [resolved]
I am creating a website that is using an odd font, which might not be available for all users. Is there a way that I can set the font in the code, to come from a file? I know I did something like the following code in java but is it possible in html?
FontFactory.register("/fonts/timesbi.ttf");
Re: Setting a Font on server
Get Any Font You Want
And whatever you do, despite what they say there, don't use the <font> tag! :)
Re: Setting a Font on server
It looks like it is a great link, I have looked it over and when I get some free time I am going to try and implement it.
Thanks