From 1e2402ff3da251a6f017fecdbc7a0554d5ddbc07 Mon Sep 17 00:00:00 2001 From: Juho Ervasti Date: Mon, 23 Sep 2024 17:20:52 +0300 Subject: [PATCH] Use Karla font family in tables --- template/custom.css | 1 + 1 file changed, 1 insertion(+) diff --git a/template/custom.css b/template/custom.css index c911033..5062cb1 100644 --- a/template/custom.css +++ b/template/custom.css @@ -244,6 +244,7 @@ table th, table td { border-right: 1px solid #ffffff; padding: 0.8em; + font-family: 'Karla', sans-serif; } /* Buttons */