From 018dfabd2c0d2f511572563b1cf056d6b34cfd4c Mon Sep 17 00:00:00 2001 From: Dogeyyyboi <84913152+Dogeyyboi@users.noreply.github.com> Date: Fri, 28 May 2021 12:52:06 -0400 Subject: [PATCH] Update stylesheet.css --- stylesheet.css | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/stylesheet.css b/stylesheet.css index 12e6bed..173f650 100644 --- a/stylesheet.css +++ b/stylesheet.css @@ -3,12 +3,12 @@ html, body { } h1, h2, h3, h4, h5, h6 { - font-family: 'Cabin', sans-serif; + font-family: 'Comic sans', sans-serif; color: #0b254a; } p { - font-family: 'Cabin', sans-serif; + font-family: 'Comic sans', sans-serif; color: #6b7480; } @@ -87,4 +87,4 @@ p { .row { margin-left: 0px !important; margin-right: 0px !important; -} \ No newline at end of file +}