From 76a6e0f47afb0b7d29dc76473fae651da3478c1d Mon Sep 17 00:00:00 2001 From: Ellpeck Date: Tue, 6 Jun 2023 15:09:43 +0200 Subject: [PATCH] also made nav items use cadman --- web/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/web/style.css b/web/style.css index cf9f1df..f95b59a 100644 --- a/web/style.css +++ b/web/style.css @@ -7,7 +7,7 @@ body { font-family: Lato, sans-serif; } -h1, h2, h3, h4, h5, h6 { +h1, h2, h3, h4, h5, h6, .nav-item { font-family: Cadman, Lato, sans-serif; }