From d06972d3143b1663638299ad7f8e2a9184a36b6d Mon Sep 17 00:00:00 2001 From: bgamer2023 Date: Wed, 30 Oct 2019 18:52:10 +0530 Subject: [PATCH] Changed font to Anton --- index.html | 1 + style.css | 1 + 2 files changed, 2 insertions(+) diff --git a/index.html b/index.html index 75e7e7e..b4049c6 100644 --- a/index.html +++ b/index.html @@ -7,6 +7,7 @@ + R G B diff --git a/style.css b/style.css index 5676b59..4f689ef 100644 --- a/style.css +++ b/style.css @@ -5,6 +5,7 @@ body{ #rgb{ padding-top: 75px; margin: auto; + font-family: 'Anton', sans-serif;/*Anton from Google fonts*/ } #r{ font-size: 300px;