From 5aebd7eb41e49c33025fa53a6eea4d31b27d8bb2 Mon Sep 17 00:00:00 2001 From: Austin Chen Date: Sun, 6 Feb 2022 01:23:45 -0800 Subject: [PATCH] Use font-weight: 600 for bold text --- web/pages/_document.tsx | 2 +- web/pages/about.module.css | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/web/pages/_document.tsx b/web/pages/_document.tsx index d2ccc8e7..245f9641 100644 --- a/web/pages/_document.tsx +++ b/web/pages/_document.tsx @@ -13,7 +13,7 @@ export default function Document() { crossOrigin="true" /> diff --git a/web/pages/about.module.css b/web/pages/about.module.css index 731cd5c2..d63dce77 100644 --- a/web/pages/about.module.css +++ b/web/pages/about.module.css @@ -5,5 +5,5 @@ } .a { - font-weight: 700 !important; + font-weight: 600 !important; }