diff --git a/assets/css/extended/custom_fonts.css b/assets/css/extended/custom_fonts.css
new file mode 100644
index 0000000..b63253a
--- /dev/null
+++ b/assets/css/extended/custom_fonts.css
@@ -0,0 +1,57 @@
+@font-face {
+ font-family: "GentiumBookPlus";
+ src: url("/fonts/GentiumBookPlus-Bold.ttf") format("truetype");
+ font-weight: bold;
+ font-style: normal;
+}
+
+@font-face {
+ font-family: "GentiumBookPlus";
+ src: url("/fonts/GentiumBookPlus-Regular.ttf") format("truetype");
+ font-weight: normal;
+ font-style: normal;
+}
+
+@font-face {
+ font-family: "GentiumBookPlus";
+ src: url("/fonts/GentiumBookPlus-BoldItalic.ttf") format("truetype");
+ font-weight: bold;
+ font-style: italic;
+}
+
+@font-face {
+ font-family: "GentiumBookPlus";
+ src: url("/fonts/GentiumBookPlus-Italic.ttf") format("truetype");
+ font-weight: normal;
+ font-style: italic;
+}
+
+body {
+ font-family: "GentiumBookPlus";
+ font-size: 22px;
+ line-height: 1.4;
+}
+
+.entry-content {
+ font-size: 20px;
+ line-height: 1.25;
+}
+
+.entry-header h2 {
+ font-size: 28px;
+}
+
+.logo a {
+ font-size: 30px;
+}
+
+#menu a {
+ font-size: 20px;
+ font-weight: bold;
+ font-style: italic;
+}
+
+.post-meta,
+.breadcrumbs a {
+ font-size: 20px;
+}
diff --git a/public/fonts/.DS_Store b/public/fonts/.DS_Store
new file mode 100644
index 0000000..5008ddf
Binary files /dev/null and b/public/fonts/.DS_Store differ
diff --git a/public/fonts/TT2020StyleB-Italic.ttf b/public/fonts/TT2020StyleB-Italic.ttf
new file mode 100644
index 0000000..e8b37c4
Binary files /dev/null and b/public/fonts/TT2020StyleB-Italic.ttf differ
diff --git a/public/fonts/TT2020StyleB-Regular.ttf b/public/fonts/TT2020StyleB-Regular.ttf
new file mode 100644
index 0000000..6023b57
Binary files /dev/null and b/public/fonts/TT2020StyleB-Regular.ttf differ
diff --git a/public/fonts/TT2020StyleE-Italic.ttf b/public/fonts/TT2020StyleE-Italic.ttf
new file mode 100644
index 0000000..6a47060
Binary files /dev/null and b/public/fonts/TT2020StyleE-Italic.ttf differ
diff --git a/public/fonts/TT2020StyleE-Regular.ttf b/public/fonts/TT2020StyleE-Regular.ttf
new file mode 100644
index 0000000..658e6c4
Binary files /dev/null and b/public/fonts/TT2020StyleE-Regular.ttf differ
diff --git a/public/posts/roasting-coffee-at-home/index.html b/public/posts/roasting-coffee-at-home/index.html
index f62e111..c6722a1 100644
--- a/public/posts/roasting-coffee-at-home/index.html
+++ b/public/posts/roasting-coffee-at-home/index.html
@@ -250,23 +250,6 @@ My pandemic hobby is similar, but different in that it often feels like a chore,
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-