Skip to content

Commit

Permalink
Update fonts for options page, related #45
Browse files Browse the repository at this point in the history
  • Loading branch information
olsh committed Oct 16, 2022
1 parent 4520563 commit 4a5e00c
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions src/styles/css/options.css
Original file line number Diff line number Diff line change
Expand Up @@ -21,16 +21,18 @@ body {

background-color: #6cc655;

font-family: "Open Sans Condensed", "Noto Sans KR", serif;
font-family: "Open Sans Condensed", sans-serif;
font-size: 20px;
font-weight: 700;
}

h3 {
margin: 0;
padding: 0;

font-family: "Open Sans Condensed", "Noto Sans KR", serif;
font-family: "Open Sans Condensed", sans-serif;
font-size: 18px;
font-weight: 700;
}

.label {
Expand Down

0 comments on commit 4a5e00c

Please sign in to comment.