From 2c4e4a17f00c68dddf79ac55b47f88ef729f4fd9 Mon Sep 17 00:00:00 2001 From: Isaac Mills Date: Mon, 22 Apr 2024 17:26:22 -0400 Subject: [PATCH] Change font to Arimo --- templates/article.html | 4 ++-- templates/css/compute-c23f91.webflow.css | 4 ++++ 2 files changed, 6 insertions(+), 2 deletions(-) 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;