{ Category Archives }
Mozilla
Fixing Personal Toolbar Woes
Tuesday, August 15th, 2006 @ 1:22am. Category: General, Mozilla.A kick-ass time hanging out with friends this week, including learning tons of card games with Julie and Allie and a wedding shower where I’m dressed in a toilet paper gown, and what do I decide to write about? SeaMonkey stuff!
Ok, so SeaMonkey 1.0.4 came out pretty recently. I upgraded from 1.0.2 (1.0.3 [...]
Changing the Font on a Webpage
Wednesday, June 14th, 2006 @ 9:06pm. Category: General, Mozilla.As some of you know, I really disliked the Tahoma font used in the Slashdot redesign. I went about changing that via the userContent.css file in my SeaMonkey profile’s chrome folder. This should work for Firefox, Mozilla, ect.
Add this bit to your userContent.css file to change the font for Slashdot:
@-moz-document domain(slashdot.org)
{
body
{
font: Arial !important;
}
}
You [...]
Comments (0).