From ba3a34cbe74a6011c8b94b85cc34809e78392bc6 Mon Sep 17 00:00:00 2001 From: LinuxWizard42 Date: Sun, 27 Nov 2022 21:15:55 +0200 Subject: Removed unneeded duplicate of .content_text in css file and changed width of div elements --- css/voidnet.css | 10 +++------- 1 file changed, 3 insertions(+), 7 deletions(-) (limited to 'css/voidnet.css') diff --git a/css/voidnet.css b/css/voidnet.css index 8192115..406547f 100644 --- a/css/voidnet.css +++ b/css/voidnet.css @@ -1,6 +1,6 @@ @font-face{ - src: url("../fonts/FreeSans.ttf"); - font-family: "FreeSans"; + src: url("../fonts/OpenSans-Regular.ttf"); + font-family: "OpenSans-Regular"; } body{ @@ -8,7 +8,7 @@ body{ background-size: cover; background-attachment: fixed; background-repeat: no-repeat; - font-family: "FreeSans"; + font-family: "OpenSans-Regular"; } a{ @@ -34,10 +34,6 @@ a:hover{ color: #FFFFFF; } -.content_text{ - font-size: 16px; -} - .wtext{ color: #FFFFFF; } -- cgit v1.2.3-86-g962b