Queridos, boa noite.
A fonte importada só aparece quando atribuo um id ao body ou quando retiro o reset.css, queria ajuda para entender o motivo. Quando testo no code pen ele se comporta como mostrado na aula https://codepen.io/_ivandeoliveira/pen/KKqJdam
HTML:
<!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">
</head>
CSS:
#body {
font-family: 'Montserrat', sans-serif;
}