Is it possible to use Javascript or any other technology to force the rendering of text on a given web page with a custom font? Downloading the font as a resource is ok. In other words, one would/should not rely on fonts installed in the users’ browser.
Has anyone tried this? Is it possible at all? If yes, how?
CSS has the
@font-face. I think this is what you are talking about…Read more here: http://www.font-face.com/#lime_content
You can create your own fonts for embedding here
http://www.fontsquirrel.com/fontface/generator