Skip to content

Commit d5f625f

Browse files
committed
[css2] fixed stupid Mincho/Gothic mixup in generic font families
--HG-- extra : convert_revision : svn%3A73dc7c4b-06e6-40f3-b4f7-9ed1dbc14bfc/trunk%40699
1 parent f4e920b commit d5f625f

1 file changed

Lines changed: 9 additions & 9 deletions

File tree

css2/fonts.src

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
22
<html lang="en">
3-
<!-- $Id: fonts.src,v 1.35 1998-01-20 23:24:41 ijacobs Exp $ -->
3+
<!-- $Id: fonts.src,v 1.36 1998-01-26 23:02:19 clilley Exp $ -->
44
<HEAD>
55
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
66
<TITLE>Fonts</TITLE>
@@ -581,9 +581,9 @@ serifs). Serif fonts are typically proportionately spaced. They often
581581
display a greater variation between thick and thin strokes than fonts
582582
from the 'sans-serif' generic font family. CSS uses the term 'serif'
583583
to apply to a font for any script, although other names may be more
584-
familiar for particular scripts, such as Gothic (Japanese), Kai
585-
(Chinese), Pathang (Korean) and any font which is so described may be
586-
used to represent the generic 'serif' family.
584+
familiar for particular scripts, such as Mincho (Japanese), Sung or
585+
Song (Chinese), Totum or Kodig (Korean) and any font which is so
586+
described may be used to represent the generic 'serif' family.
587587

588588
<p>Examples of fonts which fit this description include:
589589

@@ -614,20 +614,20 @@ ends. Sans-serif fonts are typically proportionately spaced. They
614614
often have little variation between thick and thin strokes, compared
615615
to fonts from the 'serif' family. CSS uses the term 'sans-serif' to
616616
apply to a font for any script, although other names may be more
617-
familiar for particular scripts, such as Mincho (Japanese), Sung or
618-
Song (Chinese), Totum or Kodig (Korean) and any font which is so
619-
described may be used to represent the generic 'sans-serif' family.
617+
familiar for particular scripts, such as Gothic (Japanese), Kai
618+
(Chinese), Pathang (Korean) and any font which is so described may be
619+
used to represent the generic 'sans-serif' family.
620620

621621
<p>Examples of fonts which fit this description include:
622622

623623
<dl>
624624
<dt>Latin fonts
625-
<dd>MS Trebuchet, ITC Avant Garde Gothic, MS Verdana, Univers,
625+
<dd>MS Trebuchet, ITC Avant Garde Gothic, MS Arial, MS Verdana, Univers,
626626
Futura, ITC Stone Sans, Gill Sans, Akzidenz Grotesk, Helvetica
627627
<dt>Greek fonts
628628
<dd>Attika, Typiko New Era, MS Tahoma, Monotype Gill Sans 571, Helvetica Greek
629629
<dt>Cyrillic fonts
630-
<dd>Helvetica Cyrillic, ER Univers, Bastion
630+
<dd>Helvetica Cyrillic, ER Univers, Lucida Sans Unicode, Bastion
631631
<dt>Hebrew fonts
632632
<dd>Arial Hebrew, MS Tahoma
633633
<dt>Japanese fonts

0 commit comments

Comments
 (0)