From 81691577ce5adbab9f857ce432af8b872adab653 Mon Sep 17 00:00:00 2001 From: Matt Dancho Date: Fri, 29 Sep 2023 15:27:58 -0400 Subject: [PATCH] website: increase body weight: 400 --- pkgdown/extra.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/pkgdown/extra.css b/pkgdown/extra.css index 3195b14e..c64a8ab1 100644 --- a/pkgdown/extra.css +++ b/pkgdown/extra.css @@ -27,6 +27,10 @@ h1, h2, h3, h4 { padding-top: 20px; } +body { + font-weight: 400 !important; +} + thead { font-size: 20px;