diff --git a/src/assets/scss/main.scss b/src/assets/scss/main.scss
index cb2887728..8ca5028ee 100644
--- a/src/assets/scss/main.scss
+++ b/src/assets/scss/main.scss
@@ -1,4 +1,3 @@
-@tailwind base;
@font-face {
font-family: "Roboto";
font-style: normal;
@@ -28,6 +27,16 @@ body {
h1 {
font-family: "Roboto", sans-serif;
}
+.post-card-excerpt,
+.post-content-text {
+ font-family: "Poppins", sans-serif !important;
+ line-height: 1.5;
+}
+
+.post-content-text h2 {
+ font-family: "Poppins", sans-serif !important;
+ line-height: 1.5;
+}
body {
padding-top: 60px;
@@ -63,6 +72,7 @@ ul {
@apply text-base;
}
+@tailwind base;
@tailwind components;
@tailwind utilities;
@responsive {
diff --git a/src/templates/BlogPost.vue b/src/templates/BlogPost.vue
index 937d54a3c..e960920d2 100644
--- a/src/templates/BlogPost.vue
+++ b/src/templates/BlogPost.vue
@@ -210,13 +210,4 @@ export default {
};
},
};
-
-
-
\ No newline at end of file
+
\ No newline at end of file
diff --git a/src/templates/NewsPost.vue b/src/templates/NewsPost.vue
index f29c80b69..338a22af6 100644
--- a/src/templates/NewsPost.vue
+++ b/src/templates/NewsPost.vue
@@ -183,13 +183,4 @@ export default {
};
},
};
-
-
-
\ No newline at end of file
+
\ No newline at end of file
diff --git a/src/templates/Person.vue b/src/templates/Person.vue
index 993b26c7e..198bb8509 100644
--- a/src/templates/Person.vue
+++ b/src/templates/Person.vue
@@ -220,13 +220,4 @@ export default {
};
},
};
-
-
-
+
\ No newline at end of file