Skip to content

Commit

Permalink
Update research.html
Browse files Browse the repository at this point in the history
  • Loading branch information
ihyunnam authored Dec 5, 2023
1 parent 8dcfec5 commit ee4506e
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions research.html
Original file line number Diff line number Diff line change
Expand Up @@ -9,15 +9,21 @@
<link rel="icon" href="data:image/svg+xml,<svg xmlns=%22http://www.w3.org/2000/svg%22 viewBox=%220 0 100 100%22><text y=%22.9em%22 font-size=%2290%22>🌐</text></svg>">
<style>
/* Set font to Open Sans */
body, p, h1, h2, h3, h4, h5, h6 {
font-family: 'Candara', sans-serif; /* Set font to Open Sans */
body, p, h2, h3, h4, h5, h6 {
font-family: 'Arial', sans-serif; /* Set font to Open Sans */
}

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

h1 {
font-family: 'Courier New', monospace;
font-weight: bold;
}


.title {
display: inline-block; /* Ensure each letter is treated as a block */
}
Expand Down

0 comments on commit ee4506e

Please sign in to comment.