The font-family CSS property specifies a prioritized list of one or more font family names and/or generic family names for the selected element.
font-family: Georgia, serif;
font-family: "Gill Sans", sans-serif;
font-family: sans-serif;
font-family: serif;
font-family: cursive;
font-family: system-ui;