@@ -467,6 +467,17 @@ Generic font families</h4>
467
467
Serif fonts are typically proportionately-spaced.
468
468
They often display a greater variation between thick and thin strokes
469
469
than fonts from the ''sans-serif'' generic font family.
470
+
471
+ Note: ''serif'' and ''sans-serif''
472
+ only apply to a small handful of writing scripts.
473
+ Their use as generic font families in CSS is historical,
474
+ and reflects the Latin-centric nature
475
+ of early Web development.
476
+ Better and more widely applicable names would have been,
477
+ for example, "modulated" and "monoline".
478
+ However, for reasons of Web compatibility,
479
+ these names cannot be changed.
480
+
470
481
CSS uses the term "serif" to apply to a font for any script,
471
482
although other names might be more familiar for particular scripts,
472
483
such as Mincho (Japanese),
@@ -479,8 +490,7 @@ Generic font families</h4>
479
490
480
491
''serif'' must always map to at least one matched font face.
481
492
482
- Note: ''serif'' must always map to at least one matched font face.
483
- However, no guarantee is placed on the character coverage of that font
493
+ Note: No guarantee is placed on the character coverage of that font
484
494
face. Therefore, the font ''serif'' is mapped to may not end up being
485
495
used for all content.
486
496
0 commit comments