diff --git a/templates/article.html b/templates/article.html index bd523be..93885ce 100644 --- a/templates/article.html +++ b/templates/article.html @@ -65,8 +65,8 @@ -
-
+
+

{{title}}

{% for author in authors %} diff --git a/templates/css/compute-c23f91.webflow.css b/templates/css/compute-c23f91.webflow.css index 7fee20c..4f8227c 100644 --- a/templates/css/compute-c23f91.webflow.css +++ b/templates/css/compute-c23f91.webflow.css @@ -4,6 +4,10 @@ --gap: calc(1rem * 12.5 / 16); } +body { + font-family: 'Arimo', sans-serif; +} + .w-layout-vflex { flex-direction: column; align-items: flex-start;