1<!DOCTYPE html>
2<html>
3<head>
4<style>
5p.a {
6 font-family: "Times New Roman", Times, serif;
7}
8
9p.b {
10 font-family: Arial, Helvetica, sans-serif;
11}
12</style>
13</head>
14<body>
15<h1>The font-family Property</h1>
16
17<p class="a">This is a paragraph, shown in the Times New Roman font.</p>
18
19<p class="b">This is a paragraph, shown in the Arial font.</p>
20
21</body>
22</html>
23
1font-family: "Comic Sans MS", cursive, sans-serif;
2
3Add More Fonts Here : - https://fonts.google.com/