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; }