193
edits
Ayoshihara (talk | contribs) |
Ayoshihara (talk | contribs) |
||
Line 224: | Line 224: | ||
== Suspected Features == | == Suspected Features == | ||
* It takes so much time to download and render texts when many @font-face rules are written in one document | * It takes so much time to download and render texts when many @font-face rules are written in one document | ||
** test case: downloadable-font-loadtest.html | |||
* When applying markups such as <strong> or <em> to the text rendered using downloaded fonts, it looks differently from when same markups were applied to same text rendered using system fonts. | |||
** For the former case, firefox calculates how strong or how italic the font should be. But for the latter case, firefox will look up the family and finds a bold face or italic face of the font. The calculated face and installed face occasionally look different. | |||
** test case: downloadable-font-markup.html | |||
== Expected Features == | == Expected Features == |
edits