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; }