@@ -242,7 +242,7 @@ Font family: the 'font-family!!property' property
242
242
only apply to a subset of Unicode characters,
243
243
and may not match to a locally installed font
244
244
on some systems.
245
- For example, ''fangsong'' .
245
+ For example, ''generic( fangsong) '' .
246
246
247
247
Authors are encouraged to append a generic font family as a last alternative
248
248
for improved robustness,
@@ -376,12 +376,12 @@ Syntax of <>
376
376
body { font-family: "Adobe Fangsong Std R", generic(fangsong), serif}
377
377
378
378
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.
380
380
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
382
382
and so may not match to an actual installed font on some systems;
383
383
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.
385
385
386
386
387
387
@@ -628,7 +628,7 @@ Generic font families
628
628
stylistic and stretching glyph variants
629
629
useful in setting mathematical equations.
630
630
631
- fangsong
631
+ generic( fangsong)
632
632
633
633
This font family is used for Fang Song (仿宋) typefaces in Chinese.
634
634
Fang Song is a relaxed, intermediate form
0 commit comments