Skip to content

Commit

Permalink
Update publications.html
Browse files Browse the repository at this point in the history
  • Loading branch information
ihyunnam authored Dec 5, 2023
1 parent b787176 commit 8dcfec5
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions publications.html
Original file line number Diff line number Diff line change
Expand Up @@ -10,13 +10,15 @@
<style>
/* Set font to Open Sans */
body, p, h2, h3, h4, h5, h6 {
font-family: 'Candara', sans-serif; /* Set font to Open Sans */
font-family: 'Arial', sans-serif; /* Set font to Open Sans */
}

h1 {
font-family: 'Courier New', monospace; /* Set font to Open Sans */
font-family: 'Courier New', monospace;
font-weight: bold;
}


nav ul {
padding: 0;
list-style-type: none;
Expand Down

0 comments on commit 8dcfec5

Please sign in to comment.