From 4531ec8b3960bd18a7193350a5a9fc59fd1be8c5 Mon Sep 17 00:00:00 2001 From: Eric Date: Tue, 3 May 2022 21:09:40 -0500 Subject: [PATCH] Website: minor style change to test deploy action (#5550) --- website/assets/styles/pages/get-started.less | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/assets/styles/pages/get-started.less b/website/assets/styles/pages/get-started.less index cb9185ec0c..a868592b08 100644 --- a/website/assets/styles/pages/get-started.less +++ b/website/assets/styles/pages/get-started.less @@ -33,7 +33,7 @@ p { color: @core-fleet-black; font-family: @code-font; - font-weight: @normal; + font-weight: 400; font-size: 18px; line-height: 32px; margin-bottom: 0px;