.

Fonts References in HTML

There are list of fonts which are existing in various operating system. Fonts are platform specific. It varies from webpage on various machines executing on different OS including Linux, Mac IOS, Windows

Syntax to set font of a web page body

{`
body 
{
font-family: “Times new Roman”;
} 
or
< body style=”font-family: Times new Roman ;”>
`}

Example

fonts references in html img1

Output

fonts references in html img2

Fonts for UNIX systems

The fonts supported in unix machine is listed beneath

fonts references in html img3

Fonts for Microsoft Systems

The fonts supported in Microsoft machine is listed beneath

fonts references in html img4
.