summaryrefslogtreecommitdiff
path: root/css
diff options
context:
space:
mode:
Diffstat (limited to 'css')
-rw-r--r--css/voidnet.css10
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;
}