Skip to content

Commit

Permalink
Update stylesheet.css
Browse files Browse the repository at this point in the history
  • Loading branch information
ihyunnam authored Dec 5, 2023
1 parent f46f9c1 commit 9f9e2a8
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions stylesheet.css
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
/* Set font to Open Sans */
body, p, ul, ol, table, pre, dl, a, small, strong, table, th, td{
/*font-family: 'Calibri', sans-serif;*/
font-family: 'IBM Plex Serif';
font-family: 'Tahoma', sans-serif;
line-height: 0.9;
}

Expand Down Expand Up @@ -101,7 +101,6 @@ body {
background-color: #fff;
padding:50px;
/*font: 14px/1.5 -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Fira Sans", "Droid Sans", "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol"; */
font-family: 'IBM Plex Sans', -apple-system, BlinkMacSystemFont, "Roboto", "Segoe UI", Helvetica, Arial, sans-serif;
color:#595959;
font-weight:400;
}
Expand Down

0 comments on commit 9f9e2a8

Please sign in to comment.