test
test

Reputation: 18200

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?

Upvotes: 0

Views: 539

Answers (2)

name guy
name guy

Reputation: 1

use lobster if you have it on whatever youre using its nice

Upvotes: -1

user479947
user479947

Reputation:

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.

Upvotes: 2

Related Questions