add nunito to h1

This commit is contained in:
Wes Bryie 2022-02-14 10:39:14 -05:00 committed by GitHub
parent 10dddcd743
commit b6297cc58d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -6,7 +6,7 @@
<script src="https://cdn.tailwindcss.com"></script>
</head>
<body>
<h1 class="text-5xl font-bold text-center">
<h1 class="text-5xl font-bold text-center nunito">
Wes Bryie's Website
</h1>
</body>