From 6fbb265b8b9de41f7f30317719beb3b235393096 Mon Sep 17 00:00:00 2001 From: Kendall Jordaan Date: Fri, 25 Oct 2019 08:16:53 +0200 Subject: [PATCH] Changed font family to Sigmar One --- index.html | 3 ++- style.css | 1 + 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/index.html b/index.html index 75e7e7e..2616b07 100644 --- a/index.html +++ b/index.html @@ -7,8 +7,9 @@ + - R G B + R G B diff --git a/style.css b/style.css index 5676b59..e02a818 100644 --- a/style.css +++ b/style.css @@ -5,6 +5,7 @@ body{ #rgb{ padding-top: 75px; margin: auto; + font-family: 'Sigmar One', cursive; } #r{ font-size: 300px;