11<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
22<html lang="en">
3- <!-- $Id: fonts.src,v 2.38 1998-03-24 15:05:12 bbos Exp $ -->
3+ <!-- $Id: fonts.src,v 2.39 1998-03-24 15:42:02 bbos Exp $ -->
44<HEAD>
55<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
66<TITLE>Fonts</TITLE>
@@ -1573,41 +1573,41 @@ value such as the ascent. If this descriptor is used, the
15731573<pre>
15741574@font-face {
15751575 font-family: "Swiss 721";
1576- src: url(swiss721lt.pfr); <!-- Swiss 721 light -->
1576+ src: url(swiss721lt.pfr); /* Swiss 721 light */
15771577 font-style: normal, italic;
15781578 font-weight: 200;
15791579}
15801580@font-face {
15811581 font-family: "Swiss 721";
1582- src: url(swiss721.pfr); <!-- The regular Swiss 721 -->
1582+ src: url(swiss721.pfr); /* The regular Swiss 721 */
15831583}
15841584@font-face {
15851585 font-family: "Swiss 721";
1586- src: url(swiss721md.pfr); <!-- Swiss 721 medium -->
1586+ src: url(swiss721md.pfr); /* Swiss 721 medium */
15871587 font-style: normal, italic;
15881588 font-weight: 500;
15891589}
15901590@font-face {
15911591 font-family: "Swiss 721";
1592- src: url(swiss721hvy.pfr); <!-- Swiss 721 heavy -->
1592+ src: url(swiss721hvy.pfr); /* Swiss 721 heavy */
15931593 font-style: normal, italic;
15941594 font-weight: 700;
15951595}
15961596@font-face {
15971597 font-family: "Swiss 721";
1598- src: url(swiss721blk.pfr); <!-- Swiss 721 black -->
1598+ src: url(swiss721blk.pfr); /* Swiss 721 black */
15991599 font-style: normal, italic;
1600- font-weight: 800,900; <!-- note the interesting problem that
1601- the 900 weight italic doesn't exist -->
1600+ font-weight: 800,900; /* note the interesting problem that
1601+ the 900 weight italic doesn't exist */
16021602}
16031603@font-face {
16041604 font-family: "Swiss 721";
1605- src: url(swiss721.pfr); <!-- The condensed Swiss 721 -->
1605+ src: url(swiss721.pfr); /* The condensed Swiss 721 */
16061606 font-stretch: condensed;
16071607}
16081608@font-face {
16091609 font-family: "Swiss 721";
1610- src: url(swiss721.pfr); <!-- The expanded Swiss 721 -->
1610+ src: url(swiss721.pfr); /* The expanded Swiss 721 */
16111611 font-stretch: expanded;
16121612}
16131613
@@ -1714,7 +1714,7 @@ Manual ([[-POSTSCRIPT]]), Section 5.2.
17141714
17151715<p>Multiple Master Type 1 fonts allow specifying various design
17161716dimensions (e.g., weight, such as light to extra-bold, and width, such
1717- as condensed to expanded). <!- - IJ: Insert link here to MMT1 -->
1717+ as condensed to expanded). <!- - IJ: Insert link here to MMT1 - ->
17181718Coordinates along these design dimensions are specified by numbers,
17191719and are appended as a suffix to the base font name. To specify the
17201720appearance of the font, numeric values must be supplied for each
@@ -2221,7 +2221,7 @@ may have eight different face weights.
22212221<div class="html-example">
22222222<P>Assume four weights in the "Rattlesnake" family, from lightest to
22232223darkest: <EM>Regular, Medium, Bold, Heavy.</EM></p>
2224- <TABLE border summary="Example of font-weight mapping">
2224+ <TABLE border=1 summary="Example of font-weight mapping">
22252225<CAPTION>First example of font-weight mapping</CAPTION>
22262226<!-- rattlesnake, ostrich and more at the Austin meeting -->
22272227<THEAD>
@@ -2241,7 +2241,7 @@ ExtraBlack.</EM> Note that in this instance the user agent
22412241has decided <EM>not</EM> to assign a numeric
22422242value to "Example2 ExtraBlack".</p>
22432243
2244- <TABLE border summary="Example of font-weight mapping. Note
2244+ <TABLE border=1 summary="Example of font-weight mapping. Note
22452245 that ExtraBlack is not mapped to a value.">
22462246<CAPTION>Second example of font-weight mapping</CAPTION>
22472247<THEAD>
0 commit comments