Skip to content

Commit fd9212d

Browse files
committed
[css-fonts-4] Consistently use generic(fangsong) #4425
1 parent 4e94292 commit fd9212d

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

css-fonts-4/Overview.bs

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -242,7 +242,7 @@ Font family: the 'font-family!!property' property
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 <>
376376
body { font-family: "Adobe Fangsong Std R", generic(fangsong), serif}
377377
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
386386

387387

@@ -628,7 +628,7 @@ Generic font families
628628
stylistic and stretching glyph variants
629629
useful in setting mathematical equations.
630630

631-
fangsong
631+
generic(fangsong)
632632
633633
This font family is used for Fang Song (仿宋) typefaces in Chinese.
634634
Fang Song is a relaxed, intermediate form

0 commit comments

Comments
 (0)