List of Web Safe Fonts


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

List of Web Safe Fonts


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.