Sûrement un truc très con mais je débute 
Je voudrais utiliser cette police : https://fonts.google.com/specimen/Monoton
Mais quand j'ouvre sur une page web ça me donne ce truc immonde :

Le html :
<spoiler>
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<link href="styles/styles.css" rel="stylesheet" type="text/css">
<link href="https://fonts.googleapis.[...]ress+Start+2P|VT323"
rel="stylesheet">
</head>
<body>
<h1>Nique ta mère</h1>
<script src="scripts/main.js"></script>
</body>
</spoiler>
Le CSS :
h1 {
font-size: 60px;
font-family: 'Monoton', cursive;
}
Je vois pas d’où peut provenir le problème vus que y a encore rien d'écrit


Je voudrais utiliser cette police : https://fonts.google.com/specimen/Monoton
Mais quand j'ouvre sur une page web ça me donne ce truc immonde :


Le html :
<spoiler>
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<link href="styles/styles.css" rel="stylesheet" type="text/css">
<link href="https://fonts.googleapis.[...]ress+Start+2P|VT323"
</head>
<body>
<h1>Nique ta mère</h1>
<script src="scripts/main.js"></script>
</body>
</spoiler>
Le CSS :
h1 {
font-size: 60px;
font-family: 'Monoton', cursive;
}
Je vois pas d’où peut provenir le problème vus que y a encore rien d'écrit






