nao estou conseguindo alterar a fonte atraves do body, mas em outras tags consegui, as letrar ficaram bem claras mas consegui resolver atraves do forum
<!DOCTYPE html>
<html lang="pt-br">
<head>
<meta charset="UTF-8">
<title>Barbearia Alura</title>
<link rel="stylesheet" href="style.css">
<link rel="stylesheet" href="reset.css">
<link href="https://fonts.googleapis.com/css?family=Montserrat&display=swap" rel="stylesheet">
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Montserrat:wght@100&display=swap" rel="stylesheet">
</head>
<body>
<header>
<div class="caixa">
<h1> <img src="logo.png"> </h1>
body {
font-family: 'Montserrat', sans-serif;
}