From bbdb0b26a22082ef9b47c74a5ffd36cfd9dd38e4 Mon Sep 17 00:00:00 2001 From: Alee Date: Tue, 26 Feb 2019 15:31:52 -0500 Subject: New font, changed the navigator text and soon changing the theme! --- style.css | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'style.css') diff --git a/style.css b/style.css index b773598..dc8c9aa 100644 --- a/style.css +++ b/style.css @@ -1,3 +1,7 @@ +/* + Legacy Silicon Theme + Made by ServerLion and Alee +*/ .container { width: 95%; margin: auto; @@ -35,7 +39,7 @@ } body { - font-family: 'Roboto', sans-serif; + font-family: 'Play', sans-serif; padding: 0; margin: 0; background: #333; -- cgit v1.2.3