The font stack

We'll cover the following...

Let me show you what a more practical font-family declaration would look like:

Press + to interact
p {
font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
}


What’s that?

Here is what’s going on.

The ...