Two imported google fonts?

Hello everybody!

Could you tell me what’s wrong here?
My browser does use ribeye marrow but not adamina.

<title>Find your authentic style dna</title>

<link href="https://www.1001fonts.com/adamina-font.html"  rel="stylesheet" type="text/css">

<link href="https://www.1001fonts.com/ribeye-marrow-font.html"  rel="stylesheet"  type="text/css">


<style>

	.red-text {color: red;}

	.orange-text {color: orange;}

	.green-text {color: green;}

	.brown-text {color: brown;}

	h1 { font-size: 30px;
		font-family: ribeye-marrow, helvetica;}

	h3  {font-size: 25px;
		font-family: ribeye-marrow, helvetica;}

	p {font-family: adamina-font, helvetica;}


</style>

Obviously you’re right! :sob: Next time I’ll double check my code with the lessons!!! Thank you very much!