- Joined
- Sep 20, 2018
- Messages
- 1,152
I've been working with CSS Font Stack: Web Safe and Web Font Family with HTML and CSS code. and a few other sources to get a listing of the most common web-safe fonts for my font stack families; this is what I have so far and would welcome any suggestions. Not looking for anything "new", more just what is on everyone's machine (except for Consolus just because I think it displays better than the standard monospace fonts [aging eyes]). Also, hoping I got the syntax and especially spelling right:
serif
font-family: Georgia, "Times New Roman", Times, Garamond, "Bookman Old Style", serif;
sans-serif
font-family: Arial, Helvetica, Tahoma, sans-serif;
monospace
font-family: "Courier New", Courier, "Lucida Sans Typewriter", Consolas, monospace;
fantasy
font-family: Papyrus, Copperplate, fantasy;
script
font-family: "Brush Script MT", "URW Chancery L", script;
EDITED: Made Erich's recommendations
serif
font-family: Georgia, "Times New Roman", Times, Garamond, "Bookman Old Style", serif;
sans-serif
font-family: Arial, Helvetica, Tahoma, sans-serif;
monospace
font-family: "Courier New", Courier, "Lucida Sans Typewriter", Consolas, monospace;
fantasy
font-family: Papyrus, Copperplate, fantasy;
script
font-family: "Brush Script MT", "URW Chancery L", script;
EDITED: Made Erich's recommendations
Last edited: