Search code examples
javascriptfonts

javascript fonts


OK so I want to use FixedSystem as a font on a web page.. I COULD use Cufon but I want people to be able to select the text as in mouseover it and copy it.

Anyone have anything?


Solution

  • I use fontsquirrel's @font-face service to encode cross-compatible web fonts and generate the CSS.

    http://www.fontsquirrel.com/fontface/generator

    But, it looks like their site is down right now. The Essential Guide to @font-face offers some other solutions and insight.