From ed8fc19509e0e9cfaf03e0da3e6ac0e620ffa44e Mon Sep 17 00:00:00 2001 From: "fern-api[bot]" <115122769+fern-api[bot]@users.noreply.github.com> Date: Wed, 25 Feb 2026 19:58:45 +0000 Subject: [PATCH] Update home page button font-weight from 400 to 500 --- fern/assets/styles.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fern/assets/styles.css b/fern/assets/styles.css index fb6cb7b7d..5605ae339 100644 --- a/fern/assets/styles.css +++ b/fern/assets/styles.css @@ -831,7 +831,7 @@ h1, h2, h3 { .a-btn { text-decoration: none !important; - font-weight: 400 !important; + font-weight: 500 !important; width: fit-content !important; img {