diff --git a/style.css b/style.css index 58b2b3a..31940c3 100644 --- a/style.css +++ b/style.css @@ -1,7 +1,8 @@ /* --- Global Styles & Issues --- */ +@import url('https://fonts.googleapis.com/css2?family=Kablammo&display=swap'); body { /* Issue: Change the default font */ - font-family: serif; + font-family: 'Kablammo', serif; margin: 0; padding: 0; /* Issue: Change the page's background color */