diff options
author | scuri <scuri> | 2010-06-19 14:57:52 +0000 |
---|---|---|
committer | scuri <scuri> | 2010-06-19 14:57:52 +0000 |
commit | a85cc5d3423ef939806bd4574488af40ff3e43c6 (patch) | |
tree | e8858b1637011182f426f57fa6caf16c838aaee2 /html/en/drv/dgn.html | |
parent | 29504080b0e33c4ea547e73ff65bd2e123c6d047 (diff) |
*** empty log message ***
Diffstat (limited to 'html/en/drv/dgn.html')
-rw-r--r-- | html/en/drv/dgn.html | 13 |
1 files changed, 9 insertions, 4 deletions
diff --git a/html/en/drv/dgn.html b/html/en/drv/dgn.html index b3f0ecc..c8c4f70 100644 --- a/html/en/drv/dgn.html +++ b/html/en/drv/dgn.html @@ -6,6 +6,11 @@ <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"> <title>CD_DGN</title> <link rel="stylesheet" type="text/css" href="../../style.css"> +<style type="text/css"> +.style1 { + font-family: Courier; +} +</style> </head> <body> @@ -115,19 +120,19 @@ <th>MicroStation Font Index</th> </tr> <tr> - <td><font face="Courier">CD_SYSTEM</font></td> + <td><font face="Courier">S</font><span class="style1">ystem</span></td> <td><font face="Courier">0</font></td> </tr> <tr> - <td><font face="Courier">CD_COURIER</font> </td> + <td><font face="Courier">Courier</font> </td> <td><font face="Courier">1</font></td> </tr> <tr> - <td><font face="Courier">CD_TIMES_ROMAN</font></td> + <td><font face="Courier">Times</font></td> <td><font face="Courier">2</font></td> </tr> <tr> - <td><font face="Courier">CD_HELVETICA</font></td> + <td><font face="Courier">H</font><span class="style1">elvetica</span></td> <td><font face="Courier">3</font></td> </tr> </table> |