diff --git a/site/css/default.css b/site/css/default.css
index 242ba27..fa4c3c2 100644
--- a/site/css/default.css
+++ b/site/css/default.css
@@ -1,14 +1,14 @@
:root {
--background-color: darkslategrey;
- --text-color: silver;
- --link-color: limegreen;
+ --text-color: gainsboro;
+ --link-color: chartreuse;
--link-visited-color: lightskyblue;
}
body {
color: var(--text-color);
font-size: 12pt;
- font-family: 'Tippa';
+ font-family: 'Courier Prime';
font-weight: normal;
font-style: normal;
margin: 0;
@@ -30,7 +30,7 @@ body {
body::after {
content: "";
- opacity: 0.1;
+ opacity: 0.15;
position: fixed;
top: 0;
left: 0;
@@ -290,10 +290,16 @@ code {
h1 {
font-size: 42pt;
+ font-family: 'Tippa';
}
h2 {
font-size: 20pt;
+ font-family: 'Tippa';
+}
+
+h3, h4, h5 {
+ font-family: 'Tippa';
}
.pagination {
diff --git a/site/css/font.css b/site/css/font.css
index bc9c9b6..1872129 100644
--- a/site/css/font.css
+++ b/site/css/font.css
@@ -18,3 +18,10 @@
font-weight: normal;
font-style: normal;
}
+
+@font-face {
+ font-family: 'Courier Prime';
+ src: url('/font/Courier Prime.ttf') format('truetype');
+ font-weight: normal;
+ font-style: normal;
+}
diff --git a/site/font/Courier Prime.ttf b/site/font/Courier Prime.ttf
new file mode 100644
index 0000000..db4e6c1
Binary files /dev/null and b/site/font/Courier Prime.ttf differ
diff --git a/site/images/nek0arts_logo.svg b/site/images/nek0arts_logo.svg
index fc2dddd..92f593a 100644
--- a/site/images/nek0arts_logo.svg
+++ b/site/images/nek0arts_logo.svg
@@ -2,13 +2,13 @@