Page 1 of 1
Font Rendering Error?
Posted: Thu Nov 20, 2008 4:00 pm
by G.I.R.
Although it may not seem like a big deal, the sudden switch is really annoying. I'm not sure what, if anything I did to change what font is rendered, but I'm pretty sure that it's supposed to be rendered in Arial. If anyone know what font it's supposed to be rendered in and how to change it back, I'd be thankful for your assistance. And if no one knows how to do that, advice on using the Stylish extension for FireFox to force Facebook to render in Arial would suffice.
Posted: Thu Nov 20, 2008 4:05 pm
by Aumaan Anubis
Tools > Options > Content.
Under Fonts and Colors, choose a font.
Advanced > *uncheck the box that says "Allow pages to choose their own fonts..."*
Good luck.
Oh, and the default font on my firefox was Times New Roman. But choose what you like best.
Posted: Thu Nov 20, 2008 4:12 pm
by G.I.R.
Aumaan Anubis wrote:Tools > Options > Content.
Under Fonts and Colors, choose a font.
Advanced > *uncheck the box that says "Allow pages to choose their own fonts..."*
Good luck.
Oh, and the default font on my firefox was Times New Roman. But choose what you like best.
I tried that, and that makes every website use that font. I want other sites to use their own fonts, hence why I asked if no one knew how to fix this without resorting to using Stylish to force just Facebook to render in Arial.
Posted: Fri Nov 21, 2008 6:04 am
by SpecOp44
You can try this... not sure if it will work. Just copy paste into stylish.
Code: Select all
@namespace url(http://www.w3.org/1999/xhtml);
@-moz-document domain("facebook.com")
{
* { font-family: arial;}
}
Posted: Fri Nov 21, 2008 10:49 am
by G.I.R.
SpecOp44 wrote:You can try this... not sure if it will work. Just copy paste into stylish.
Aha! Thanks SpecOp, that fixed it! I knew that "font-family:" went in there somewhere, but I couldn't figure out the formatting that Stylish used.
Posted: Fri Nov 21, 2008 10:58 am
by SpecOp44
No problem.
Hurray for CSS.