From a4a6f084073e89e7432e2b41b18a0bfbc2b3285f Mon Sep 17 00:00:00 2001 From: cmeshelly Date: Sat, 26 Oct 2019 22:21:14 +1100 Subject: [PATCH] initial commit --- style.css | 3 +++ 1 file changed, 3 insertions(+) diff --git a/style.css b/style.css index 5676b59..172a41f 100644 --- a/style.css +++ b/style.css @@ -1,6 +1,9 @@ +@import url('https://fonts.googleapis.com/css?family=Open+Sans&display=swap'); + body{ text-align: center; vertical-align: middle; + font-family: 'Open Sans', sans-serif; } #rgb{ padding-top: 75px;