The font-family
attribute specifies which font family is used.
There is no specific default or initial value for font-family
,
but it depends on the browser or operating system.
Let's look at some code snippets:
If both fonts Roboto
and Verdana
are not available, the font would
default to the user's system default font that is
usually serif
or sans-serif
.