<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;
}

External CSS

This Pen doesn't use any external CSS resources.

External JavaScript

This Pen doesn't use any external JavaScript resources.