diff options
author | LinuxWizard42 <computerwizard@linuxmail.org> | 2022-11-27 21:15:55 +0200 |
---|---|---|
committer | LinuxWizard42 <computerwizard@linuxmail.org> | 2022-11-27 21:15:55 +0200 |
commit | ba3a34cbe74a6011c8b94b85cc34809e78392bc6 (patch) | |
tree | 99b8395a39c227723510d2343b316550271b4df3 /css/voidnet.css | |
parent | c513eff53a0e1c4bb99f8e8fd3e805cef90cb55e (diff) | |
download | VoidNet_Site-ba3a34cbe74a6011c8b94b85cc34809e78392bc6.tar.gz VoidNet_Site-ba3a34cbe74a6011c8b94b85cc34809e78392bc6.tar.zst |
Removed unneeded duplicate of .content_text in css file and changed width of div elements
Diffstat (limited to 'css/voidnet.css')
-rw-r--r-- | css/voidnet.css | 10 |
1 files changed, 3 insertions, 7 deletions
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; } |