CSS Font Family
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;}
<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>
p{font-family: Roboto,Times,serif;}