From 584f2e0b8270631ca9f0998d0712f8505df3290d Mon Sep 17 00:00:00 2001 From: Andreas Wrede Date: Fri, 7 Aug 2026 09:13:12 -0400 Subject: [PATCH] match font to rest of cockpit --- cockpit/vanrouter/vanrouter.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cockpit/vanrouter/vanrouter.css b/cockpit/vanrouter/vanrouter.css index f8178ae..f51dc0d 100644 --- a/cockpit/vanrouter/vanrouter.css +++ b/cockpit/vanrouter/vanrouter.css @@ -2,7 +2,7 @@ .vr-head { display: flex; align-items: baseline; gap: 14px; } .vr-head h2 { margin: 0; } .card { background: #fff; border: 1px solid #d2d2d2; border-radius: 6px; - padding: 16px; margin-top: 16px; } + padding: 16px; margin-top: 16px; font-family: "Red Hat Text", "RedHatText", "Noto Sans Arabic", "Noto Sans Hebrew", "Noto Sans JP", "Noto Sans KR", "Noto Sans Malayalam", "Noto Sans SC", "Noto Sans TC", "Noto Sans Thai", Helvetica, Arial, sans-serif; } .card-head { display: flex; align-items: center; justify-content: space-between; } .card h3 { margin: 0 0 10px 0; } .card-head h3 { margin: 0; }