From f4f207e15c3f039d8194dc9deee05c7528be998b Mon Sep 17 00:00:00 2001 From: "Alexander \"Arav\" Andreev" Date: Mon, 15 Nov 2021 02:52:29 +0400 Subject: [PATCH] Path to shared assets was shortened, and I forgot this one place. --- homepage/static/assets/css/articles.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/homepage/static/assets/css/articles.css b/homepage/static/assets/css/articles.css index 5526f55..2cddf1d 100644 --- a/homepage/static/assets/css/articles.css +++ b/homepage/static/assets/css/articles.css @@ -3,7 +3,7 @@ font-style: normal; font-weight: 400; src: local('ShareTechMono'), local('ShareTechMono-Regular'), - url(/shared/assets/fonts/ShareTechMono-Regular.ttf) format('truetype'); } + url(/shared/fonts/ShareTechMono-Regular.ttf) format('truetype'); } h3 {