193
edits
Ayoshihara (talk | contribs) |
Ayoshihara (talk | contribs) |
||
| Line 39: | Line 39: | ||
Needs some check on downloading. | Needs some check on downloading. | ||
* when the specified fonts were not available. | * when the specified fonts were not available. | ||
++ when the url or font face name was invalid, and the target don't exist | |||
++ when the target exists, but in an unsupported file format | |||
* when no fonts were installed on the machine (the downloaded fonts should be the only ones you can use in this case) | * when no fonts were installed on the machine (the downloaded fonts should be the only ones you can use in this case) | ||
* font matching algorithm (specified in Section 5 of the [http://dev.w3.org/csswg/css3-fonts/ spec]) | * font matching algorithm (specified in Section 5 of the [http://dev.w3.org/csswg/css3-fonts/ spec]) | ||
| Line 45: | Line 47: | ||
* when multiple font faces were assigned to 1 font-family | * when multiple font faces were assigned to 1 font-family | ||
** ex. font-style:italic -> Arial, font-weight:bold -> Impact, etc | ** ex. font-style:italic -> Arial, font-weight:bold -> Impact, etc | ||
* when CSS markups, such as font-weight: bold, are specified | |||
Make sure the downloaded fonts cannot be used from other documents. | Make sure the downloaded fonts cannot be used from other documents. | ||
edits