diff --git a/static/css/theme-coko/main.css b/static/css/theme-coko/main.css
index f5fde40835badb675a6ef5fa3c667ea8840b770f..a6b888b91eae6703d1cae1cf3d1b9678b6eb6809 100644
--- a/static/css/theme-coko/main.css
+++ b/static/css/theme-coko/main.css
@@ -20,6 +20,7 @@ a {
 }
 
 .news,
+.blog-post,
 .articles,
 .article-single,
 .team {
@@ -56,7 +57,7 @@ main li {
   max-width: 70ch;
   line-height: 1.5;
   font-size: var(--font-size);
-  font-weight: 400;
+  /* font-weight: 400; */
 }
 
 /* Menu -------------------- */
@@ -611,25 +612,23 @@ footer section.infos a:hover {
     grid-column-end: span 4;
   }
 }
+.blog-post main .post-content,
 .article-single .post-content {
   font-family: "SourceSerif";
+  font-weight: 300;
+  font-size: 1.2em;
 }
+.blog-post main .post-content *,
 .article-single main .post-content * {
   border-left: 0;
   grid-column: 2/5;
 }
+
+.blog-post figcaption,
 .article-single figcaption {
   text-align: center;
   font-style: italic;
 }
-.article-single .post-content {
-  font-size: 1.2em;
-  font-weight: 300;
-}
-.article-single .post-content p,
-.article-single .post-content li {
-  font-weight: 300;
-}
 .footertagline {
   margin-top: 4em;
 }