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