Google Font import help

so im trying to import a google font but its now working.

<link href="https://fonts.google.com/specimen/Itim">
<p style="font-family: Itim ;"> text </p>

can anyone help? thanks.

Hey @mmv1590!

So I looked up the font you were interested in using and the link should look like this.

<link href="https://fonts.googleapis.com/css2?family=Itim&display=swap" rel="stylesheet">

You are interested in this font right

Also you should avoid inline css styles. I would remove the style from the p tag and place it in the css section.