On 2012/02/23 09:58 (GMT-0600) Billie Walsh composed:
Well, it looks like face is reddest. Unchecked it and now it works fine. I didn't see where the page calls for a font in the source code but it must be in there somewhere. I wonder what font it calls that I don't have installed already.
I always just figured it was a flash problem because it exhibited the exact same symptoms that flash does when it isn't working.
It's kind of funny, but in the source there is a LOT of content that doesn't show on the screen. Stuff I've never seen in any browser or OS. And, it's not commented out. Weird.
Apparently you haven't seen much page source in a number of years. Family Search fonts are styled via CSS. The CSS is called by the HTML page in its <head>, via the following mess: <link media="screen" rel="stylesheet" type="text/css" href="https://cdn.familysearch.org/common/bundle/home-0.25.12.css?urls=/common/oqu..." /> The URLs referred to there do virtually all the page styling, including font "suggestions" that your "allow pages to choose fonts" setting can have FF disregard. Until <body>, nothing in the source is supposed to be displayed. Scripting can also cause display of things not present in the HTML source. CSS gives web stylists amazing power to make pages hard or impossible to use. Luckily, FF has a view menu option to disregard the CSS altogether on a page by page basis, which while it won't leave many pages pretty, will at least make most possible to use in spite of inept or stupid styling. -- "The wise are known for their understanding, and pleasant words are persuasive." Proverbs 16:21 (New Living Translation) Team OS/2 ** Reg. Linux User #211409 ** a11y rocks! Felix Miata *** http://fm.no-ip.com/ -- To unsubscribe, e-mail: opensuse+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse+owner@opensuse.org