CSS Font Family

by VIvek Vaishnav

HTML

<html>
<head>
<link type="text/css" rel="stylesheet" href="style.css">
</head>
<body>
<p>If you're hotter than me, then that means I'm cooler than you. :)</p>
</body>

CSS

p{font-family: Roboto,Times,serif;}