Aplico o link que retirei do Google Font no head do html.
<head>
        <meta charset="UTF-8">
        <meta http-equiv="X-UA-Compatible" content="IE=edge">
        <meta name="viewport" content="width=device-width, initial-scale=1.0">
        <link rel="stylesheet" href="../produtos/style.css">
        <link rel="stylesheet" href="../produtos/reset.css">
        <link href="https://fonts.googleapis.com/css2?family=Roboto&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=Roboto&display=swap" rel="stylesheet">
        <title>Barbearia Alura</title>
    </head>e aplico no a fonte no body dentro do css
body {
    font-family: 'Roboto', sans-serif;
}Simplemente não funciona, o que poderia fazer para solucionar este problema?
 
             
            