Thanks for visiting this page, this page contains...

Ads By Google

These are the example css code for setting the font family of an HTML tag.

The corresponding css style is applied to each font family listed below to show how, that particular font family will look like.

font-family:'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;

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

font-family:'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;

font-family:'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;

font-family:'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;

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

font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;

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

font-family: Cambria, Cochin, Georgia, Times, 'Times New Roman', serif;

font-family: Georgia, 'Times New Roman', Times, serif;

font-family: Impact, Haettenschweiler, 'Arial Narrow Bold', sans-serif;

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

font-family: cursive;

font-family: fantasy;

font-family: monospace;

font-family: sans-serif;

font-family: serif;

font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;