.

Fonts Ref 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 ;”>
`}

Fonts for UNIX systems

The fonts supported in unix machine is listed beneath

fonts ref in html img1

Fonts for Microsoft Systems

The fonts supported in Microsoft machine is listed beneath

fonts ref in html img2

Fonts for Macintosh Machine

The fonts supported in Macintosh System is listed beneath

fonts ref in html img3
.