From 184033f7225243c4c10f8d55452d8aa6143c0273 Mon Sep 17 00:00:00 2001 From: olivroy <52606734+olivroy@users.noreply.github.com> Date: Mon, 5 Aug 2024 08:27:35 -0400 Subject: [PATCH] Update extra.css to avoid font too bold https://github.com/rstudio/gt/commit/e11b220eaffb75b65027bb3adabc5111175eb56b --- pkgdown/extra.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkgdown/extra.css b/pkgdown/extra.css index d906c52bc..2f782aad2 100644 --- a/pkgdown/extra.css +++ b/pkgdown/extra.css @@ -1,5 +1,5 @@ body { - font-family: ui-rounded, 'Hiragino Maru Gothic ProN', Quicksand, Comfortaa, Manjari, 'Arial Rounded MT', 'Arial Rounded MT Bold', Roboto, -apple-system, BlinkMacSystemFont, "Segoe UI", "Helvetica Neue", Arial, sans-serif; + font-family: Inter, Roboto, 'Helvetica Neue', 'Arial Nova', 'Nimbus Sans', Arial, sans-serif; } code {