Font link problem

I am trying to link this font (https://fonts.google.com/specimen/Ceviche+One) to my .html file,but it doesnt work for some reason.

code used:
[HTML]:link href=“https://fonts.google.com/specimen/Ceviche+One” type=“text/css” rel=“stylesheet” (i used “<>”
[CSS]:.headings {
font-family: Ceviche One;
}

href="https://fonts.google.com/specimen/Ceviche+One

This is not the right href.

Have a look at this link

At first open your font (Ceviche One - Google Fonts) then select the font ( from top right) .now you’ll get the link of that font.

1 Like

thank u man but i found it out meanwhile