<h1>Hello world</h1>
<link href="https://fonts.googleapis.com/css2?family=Lato:wght@300;400;700&display=swap" rel="stylesheet">
* {
margin: 0;
padding: 0;
}
h1 {
font-family: Lato;
line-height: 300px;
}
This Pen doesn't use any external CSS resources.
This Pen doesn't use any external JavaScript resources.