Re: small phi font problem
Karl Tomlinson <[email protected]>
| Newsgroups | gmane.comp.mozilla.devel.mathml |
|---|---|
| Message-ID | <[email protected]> |
On Sat, 02 Feb 2008 14:58:36 -0500, William F. Hammond wrote: > Question 2. Is there a reasonable way for a Firefox user to > determine what font provides the glyph under the mouse in > her display? Tools -> Dom Inspector will allow you to determine the requested font family, but not the font actually have the glyph. Select the node and select "Computed Style" from the menu next to "Object". The actual font should be the first family in the list that provides a glyph for that code point. If none of those listed provide the glyph, then a fallback font will be used; information about that is not available.