Skip to content

Commit acfe629

Browse files
committed
[css-fonts-4] Add some motivation for generic font families
This is expository text.
1 parent 3180a46 commit acfe629

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

css-fonts-4/Overview.bs

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -233,6 +233,10 @@ Relationship Between Faces and Families
233233
<h4 id="generic-font-families">
234234
Generic font families</h4>
235235

236+
A generic font family is a font family which has a standard name (as defined by CSS), but which is an alias for an existing installed font family present on the system.
237+
238+
Note: Generic font families are intended to be widely implemented on many platforms, unlike arbitrary <<family-name>>s which are usually platform-specific names. They are expected to map to different fonts on different platforms. Authors may specify these generic family names if they desire their text to follow a particular design on many platforms, and are not particular about which specific font is chosen on those platforms.
239+
236240
Each generic font family must always map to at least one matched font face.
237241
However, a single generic font family may be a composite face
238242
combining different typefaces based on such things as

0 commit comments

Comments
 (0)