Skip to content

Commit 4a5e00c

Browse files
committed
Update fonts for options page, related #45
1 parent 4520563 commit 4a5e00c

1 file changed

Lines changed: 4 additions & 2 deletions

File tree

src/styles/css/options.css

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,16 +21,18 @@ body {
2121

2222
background-color: #6cc655;
2323

24-
font-family: "Open Sans Condensed", "Noto Sans KR", serif;
24+
font-family: "Open Sans Condensed", sans-serif;
2525
font-size: 20px;
26+
font-weight: 700;
2627
}
2728

2829
h3 {
2930
margin: 0;
3031
padding: 0;
3132

32-
font-family: "Open Sans Condensed", "Noto Sans KR", serif;
33+
font-family: "Open Sans Condensed", sans-serif;
3334
font-size: 18px;
35+
font-weight: 700;
3436
}
3537

3638
.label {

0 commit comments

Comments
 (0)