Skip to content

Commit 8e0e6a6

Browse files
author
Edward Navarro
committed
Fix global font weight
1 parent 7a1984b commit 8e0e6a6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/components/index.scss

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
@import url('https://fonts.googleapis.com/css?family=IBM+Plex+Mono:400,500,600');
2-
@import url('https://fonts.googleapis.com/css?family=IBM+Plex+Sans:400');
2+
@import url('https://fonts.googleapis.com/css?family=IBM+Plex+Sans:400,500,600');
33
@import './common.scss';
44

55
:root,
@@ -26,7 +26,7 @@ body {
2626
margin: 0;
2727
padding: 0;
2828
font-family: $font-body;
29-
font-weight: $font-weight-medium;
29+
font-weight: $font-weight-regular;
3030
background-color: var(--color-background);
3131
color: var(--color-text);
3232
font-size: 14px;

0 commit comments

Comments
 (0)