From adb809ed886616d90656fd45a4ac439a7fb0e82e Mon Sep 17 00:00:00 2001 From: developomp Date: Sat, 22 Jan 2022 12:01:39 +0900 Subject: [PATCH] added font weight for headers --- source/public/index.html | 4 ++-- source/src/styles/globalStyle.tsx | 2 ++ 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/source/public/index.html b/source/public/index.html index b57802c..27fd32d 100644 --- a/source/public/index.html +++ b/source/public/index.html @@ -9,9 +9,9 @@ - + diff --git a/source/src/styles/globalStyle.tsx b/source/src/styles/globalStyle.tsx index 53d0f44..f1ad57e 100644 --- a/source/src/styles/globalStyle.tsx +++ b/source/src/styles/globalStyle.tsx @@ -196,6 +196,7 @@ const headerCSS = css` h5, h6 { margin-top: -3rem; + font-weight: 700; } ` @@ -263,6 +264,7 @@ const globalStyle = css` })}; font-size: ${theming.size.medium}; font-family: ${theming.font.regular}; + font-weight: 400; -webkit-font-smoothing: antialiased; text-rendering: optimizeLegibility; }