@@ -242,7 +242,7 @@ Font family: the 'font-family!!property' property</h3>
242242 only apply to a subset of Unicode characters,
243243 and may not match to a locally installed font
244244 on some systems.
245- For example, ''fangsong'' .
245+ For example, ''generic( fangsong) '' .
246246
247247 Authors are encouraged to append a generic font family as a last alternative
248248 for improved robustness,
@@ -376,12 +376,12 @@ Syntax of <<generic-family>>
376376 body { font-family: "Adobe Fangsong Std R", generic(fangsong), serif}
377377 </pre>
378378
379- The first choice in this example is a specific font, in fangsong style.
379+ The first choice in this example is a specific, named font, in Fang Song (仿宋) style.
380380 The family name is enclosed in quotes as it contains space characters.
381- The second is a recently added generic font; it is unicode-range specific
381+ The second is a recently added script-specific generic font; it is unicode-range specific
382382 and so may not match to an actual installed font on some systems;
383383 but if it exists it will be an example of the requested style.
384- The third is a generic font, which is guaranteed to match on all systems.
384+ The third is a universal generic font, which is guaranteed to match on all systems.
385385 </div>
386386
387387<h4 id="system">
@@ -628,7 +628,7 @@ Generic font families</h4>
628628 stylistic and stretching glyph variants
629629 useful in setting mathematical equations.
630630
631- <dt id="fangsong-def"> <dfn>fangsong</dfn>
631+ <dt id="fangsong-def"> <dfn>generic( fangsong) </dfn>
632632 <dd>
633633 This font family is used for Fang Song (仿宋) typefaces in Chinese.
634634 Fang Song is a relaxed, intermediate form
0 commit comments