1
2
<html>
3
<head>
4
<link rel="preconnect" href="https://fonts.googleapis.com">
5
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
6
<link href="https://fonts.googleapis.com/css2?family=Rubik+Moonrocks&display=swap" rel="stylesheet">
7
<style>
8
h1,p
9
{
10
font-family: Rubik Moonrocks
11
}
12
</style>
13
</head>
14
<body>
15
<h1>CloseTag CSS Google Fonts</h1>
16
<p>Test CSS Google Fonts</p>
17
<p>Mobile Number is : 123456790</p>
18
</body>
19
</html>