Skip to content

Commit 69c3969

Browse files
committed
fix inconsistent font-weight
1 parent d0ab6fd commit 69c3969

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

src/styles/styles.css

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ html,
7373
body {
7474
height: 100%;
7575
font-family: var(--font-body);
76-
font-weight: 300;
76+
font-weight: 400;
7777
background-color: var(--bg);
7878
}
7979

@@ -146,10 +146,6 @@ a:hover {
146146
color: var(--brand);
147147
}
148148

149-
p {
150-
font-weight: 400;
151-
}
152-
153149
.prose {
154150
line-height: 1.5em;
155151
}

0 commit comments

Comments
 (0)