diff --git a/news.html b/news.html
index e489f8a..b5b8020 100644
--- a/news.html
+++ b/news.html
@@ -5,9 +5,6 @@
diff --git a/news/post_page.html b/news/post_page.html
index 5431dd5..5f61bba 100644
--- a/news/post_page.html
+++ b/news/post_page.html
@@ -5,15 +5,12 @@
-
+
News
diff --git a/style.css b/style.css
index 040856b..52abc41 100644
--- a/style.css
+++ b/style.css
@@ -7,29 +7,28 @@ body{
html {
font-size: 100%;
}
-.geist-mono-all{
- font-family: "Geist Mono", monospace;
- font-optical-sizing: auto;
- font-weight: 100;
- font-style: normal;
+@font-face {
+ font-family: 'GeistMono';
+ src: url('font/geistmono.ttf') format('truetype');
}
+
h1{
- font-family: "Geist mono";
- font-weight: 700;
+ font-family: "GeistMono";
font-size: 2.5rem;
+ font-weight: 700;
}
h2{
- font-family: "Geist mono";
- font-weight: 700;
+ font-family: "GeistMono";
font-size: 2rem;
+ font-weight: 700;
}
h3{
- font-family: "Geist mono";
- font-weight: 700;
+ font-family: "GeistMono";
font-size: 1.5rem;
+ font-weight: 700;
}
p, a, ul, li, body{
- font-family: "Geist mono";
+ font-family: "GeistMono";
font-weight: 200;
font-size: 1rem;
}