|
1 | 1 | <!DOCTYPE HTML SYSTEM "http://www.w3.org/TR/WD-html40/sgml/HTML4.dtd"> |
2 | 2 | <html lang="en"> |
3 | | -<!-- $Id: fonts.src,v 1.7 1997-08-14 00:47:31 ian Exp $ --> |
| 3 | +<!-- $Id: fonts.src,v 1.8 1997-08-14 23:03:21 bbos Exp $ --> |
4 | 4 | <HEAD> |
5 | 5 | <meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1"> |
6 | 6 | <TITLE>Fonts</TITLE> |
@@ -66,7 +66,7 @@ downloaded over the Web. |
66 | 66 | its disposition. When asked to display a character with a particular |
67 | 67 | font, the user agent first identifies the font in the database that |
68 | 68 | "best fits" the specified font (according to the <a |
69 | | -href="#algorithm">font matching algorithm). Once it has identified a |
| 69 | +href="#algorithm">font matching algorithm)</a> Once it has identified a |
70 | 70 | font, it retrieves the font data locally or from the Web, and may |
71 | 71 | display the character using those glyph representations. |
72 | 72 |
|
@@ -134,7 +134,7 @@ glyphs. |
134 | 134 |
|
135 | 135 | <P> On all properties except <span |
136 | 136 | class="propinst-font-size">'font-size'</span>, 'em' and 'ex' length |
137 | | -values refer to the font size of the current element. For |
| 137 | +values refer to the font size of the current element. For <span |
138 | 138 | class="propinst-font-size">'font-size'</span>, these length units |
139 | 139 | refer to the font size of the parent element. Please consult the |
140 | 140 | section on <a href="./syndata.html#length-units">length units</a> for |
@@ -203,7 +203,7 @@ the other fonts is unavailable. |
203 | 203 | title="<family-name>, definition of"><a name="value-def-family-name" class="value-def"><family-name></a></span> |
204 | 204 | <DD> |
205 | 205 | The name of a font family of choice. In the last example, "gill" |
206 | | - and "helvetica" are font families.</p> |
| 206 | + and "helvetica" are font families. |
207 | 207 | <DT><span class="index-def" |
208 | 208 | title="<generic-family>, definition of"><a name="value-def-generic-family" class="value-def"><generic-family></a></span> |
209 | 209 | <DD> |
@@ -768,7 +768,7 @@ CSS font properties), |
768 | 768 |
|
769 | 769 |
|
770 | 770 | <p>All font descriptions are specified via a <span class="index-def" |
771 | | -title="@font-face"><em>@font-face</em><span> |
| 771 | +title="@font-face"><em>@font-face</em></span> |
772 | 772 | at-rule. The general form of this rule is: |
773 | 773 |
|
774 | 774 | <P><tt>@font-face {<span class="index-inst" |
@@ -834,7 +834,6 @@ example contains a rule which matches. Although this rule doesn't |
834 | 834 | contain much font data, it does have a URL where the font can be |
835 | 835 | retrieved and temporarily installed on the client for rendering this |
836 | 836 | document. |
837 | | -</ol> |
838 | 837 |
|
839 | 838 | <p>Note that if the font Robson Celtic <em>had</em> been installed on |
840 | 839 | the client system, this would cause the UA to construct an |
@@ -1667,8 +1666,6 @@ the CSS2 properties for each character. |
1667 | 1666 | are based on the 'font-size' value that is used, not the one that is specified. |
1668 | 1667 | </OL> |
1669 | 1668 |
|
1670 | | -</div> |
1671 | | - |
1672 | 1669 | <h3>Examples of font matching</h3> |
1673 | 1670 |
|
1674 | 1671 | <div class="example"><P> |
@@ -1767,3 +1764,13 @@ alternatives. |
1767 | 1764 |
|
1768 | 1765 | </BODY> |
1769 | 1766 | </HTML> |
| 1767 | +<!-- Keep this comment at the end of the file |
| 1768 | +Local variables: |
| 1769 | +mode: sgml |
| 1770 | +sgml-declaration:"~/SGML/HTML4.decl" |
| 1771 | +sgml-default-doctype-name:"html" |
| 1772 | +sgml-minimize-attributes:t |
| 1773 | +sgml-nofill-elements:("pre" "style" "br") |
| 1774 | +sgml-live-element-indicator:t |
| 1775 | +End: |
| 1776 | +--> |
0 commit comments