After taking a break, I decided to dive back into web development in order to create a simple webpage. My starting point is Bootstrap, and I am constructing my page based on that framework. However, I'm facing an issue with changing the font family of my header. The code snippet is provided below.
<link href="https://fonts.googleapis.com/css?family=Chewy" rel="stylesheet" type="text/css">
<!-- Required meta tags -->
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<!-- Bootstrap CSS -->
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/4.0.0/css/bootstrap.min.css" integrity="sha384-Gn5384xqQ1aoWXA+058RXPxPg6fy4IWvTNh0E263XmFcJlSAwiGgFAW/dAiS6JXm" crossorigin="anonymous">
<title>BOOST YOUR CONFIDENCE</title>
<section class="sectionone">
<h1 class="display-1">Confidence Boost</h1>
</section>
<section class="sectiontwo">
<h2 class="display-4">
We all need a confidence boost sometimes, click below!
</h2>
</section>