Return Styles: Pseud0ch, Terminal, Valhalla, NES, Geocities, Blue Moon.

Pages: 1-

Font fallback Firefox extension

Name: Anonymous 2006-05-03 17:22

Is there an extension for Firefox that allows for quick switching between the different fallback fonts specified in CSS?

It's quite annoying having to do it by commenting stuff every time. I'm too lazy to do that, and of course too lazy to write one myself.

Also, anything that makes me see Arial for extended periods of time is bad when I have Helvetica (stole it and every other good font from a hacked OS X box, now I don't need a Mac anymore), switching manually takes too long and might hurt my eyes or brain.

Name: Anonymous 2006-05-04 6:13

2GET

Name: Anonymous 2006-05-04 19:46

3GET

Name: Anonymous 2006-05-05 8:39

clearly the point of this point is to tell you that you're too damn lazy. there's nothing that does what you want automatically, so just do it manually.
however, a little tip; try setting up seperate external stylesheets with the different settings you want. that way, you only have to change the name of the file it links to instead of fucking around with commenting things out.

Name: Anonymous 2006-05-05 11:15

>>1
I'm not sure what do you want to do, but if you want to enforce your fonts, create a browser default style sheet for your user (Google how) with something like...

* {
    font-family: Verdana !important;
}

PRE, TT, CODE, INPUT[TYPE="TEXT"], TEXTAREA {
    font-family: "Lucida Console" !important;
}

Name: Anonymous 2006-05-05 12:57

>>4
Ah good idea, thanks, I'll try that in my next project if I'm not too lazy to create that many files.

Don't change these.
Name: Email:
Entire Thread Thread List