List of Web Safe Fonts


/ Published in: HTML
Save to your folder(s)

List of websafe fonts. Websafe (or "web safe", "safe for the web") fonts are supposedly fonts that are common among all versions of Windows, Mac, Linux, etc. Fonts that you expect everyone viewing your webpage to have.


Copy this code and paste it in your HTML
  1. font-family: Arial, Helvetica, sans-serif;
  2. font-family: 'Arial Black', Gadget, sans-serif;
  3. font-family: 'Bookman Old Style', serif;
  4. font-family: 'Comic Sans MS', cursive;
  5. font-family: Courier, monospace;
  6. font-family: 'Courier New', Courier, monospace;
  7. font-family: Garamond, serif;
  8. font-family: Georgia, serif;
  9. font-family: Impact, Charcoal, sans-serif;
  10. font-family: 'Lucida Console', Monaco, monospace;
  11. font-family: 'Lucida Sans Unicode', 'Lucida Grande', sans-serif;
  12. font-family: 'MS Sans Serif', Geneva, sans-serif;
  13. font-family: 'MS Serif', 'New York', sans-serif;
  14. font-family: 'Palatino Linotype', 'Book Antiqua', Palatino, serif;
  15. font-family: Symbol, sans-serif;
  16. font-family: Tahoma, Geneva, sans-serif;
  17. font-family: 'Times New Roman', Times, serif;
  18. font-family: 'Trebuchet MS', Helvetica, sans-serif;
  19. font-family: Verdana, Geneva, sans-serif;
  20. font-family: Webdings, sans-serif;
  21. font-family: Wingdings, 'Zapf Dingbats', sans-serif;

Report this snippet


Comments

RSS Icon Subscribe to comments

You need to login to post a comment.