When I learned CSS over a decade ago, the standard (and only) way to use the "default fonts" (whatever that means) was:
font-family: serif;
font-family: sans-serif;
Then, last year, Apple added a custom syntax for their new system font, and Blink did something similar if I remember correctly.
Can someone who's more up-to-date with CSS summarize how my font-family
property should look like when I just want the default sans-serif or serif font? (I specifically don't want webfonts.)