From 56718d3d672583c4de720d9e177b3b40774863e2 Mon Sep 17 00:00:00 2001 From: Rei Date: Thu, 22 Aug 2024 14:47:50 +1000 Subject: [PATCH] Reference imported font into styles --- styles.css | 1 + 1 file changed, 1 insertion(+) diff --git a/styles.css b/styles.css index c13d422..63ecb9a 100644 --- a/styles.css +++ b/styles.css @@ -29,5 +29,6 @@ body { h1 { font-size: 4em; + font-family: 'Lobster', cursive; color: #ffffff; }