Reference imported font into styles

This commit is contained in:
Ray 2024-08-22 14:47:50 +10:00 committed by GitHub
parent cd7b547799
commit 56718d3d67
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 0 deletions

View File

@ -29,5 +29,6 @@ body {
h1 { h1 {
font-size: 4em; font-size: 4em;
font-family: 'Lobster', cursive;
color: #ffffff; color: #ffffff;
} }