diff --git a/style.css b/style.css index 58b2b3a..0c595fb 100644 --- a/style.css +++ b/style.css @@ -1,7 +1,11 @@ /* --- 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 */