When using fonts on websites, font should display it’s all properties & styles on all or most web browsers which runs on different platforms like Windows, Mac or Linux. Unfortunately we don’t have much fonts which supported on all web browsers & platforms. So fonts which are working on all or most web browsers are called Web Safe Fonts.

So here are list of web safe fonts which I am using in my web design projects.

Arial

Arial
Arial
CSS code;

font-family:"Arial", Helvetica, sans-serif;

Georgia

Georgia
Georgia
CSS code;

font-family:"Georgia", serif;

Courier New

Courier New
Courier New
CSS code;

font-family:"Courier New", Courier, monospace;

Trebuchet MS

Trebuchet MS
Trebuchet MS
CSS code;

font-family:"Trebuchet MS", Helvetica, sans-seri;

Lucida Console

Lucida Console
Lucida Console
CSS code;

font-family:"Lucida Console", Monaco, monospace;

Verdana

Verdana
Verdana
CSS code;

font-family:"Verdana", Geneva, sans-serif;

Times New Roman

Times New Roman
Times New Roman
CSS code;

font-family:"Times New Roman", Times, serif;

Lucida Sans Unicode

Lucida Sans Unicode
Lucida Sans Unicode
CSS code;

font-family:"Lucida Sans Unicode", Lucida Grande, sans-serif;

Tahoma

Tahoma
Tahoma
CSS code;

font-family:"Tahoma", Geneva, sans-serif;