font-family: [ serif | sans-serif | monospace | name | "name" ]# prince-no-fallback?
Initial value |
serif
|
---|---|
Applies to | all elements |
Inherited | yes |
font-family: Georgia, "Times New Roman", serif
font-family: MyFont, prince-no-fallback
The special keyword prince-no-fallback
triggers a warning if
any glyphs are not found in the specified font, whereas normally Prince
would silently fallback to serif.
When used as a descriptor for the
@font-face
at-rule,
font-family
defines the font family name that will be used in
all CSS font family name matching. It is required for the @font-face
rule to be valid.