Skip to content

Commit

Permalink
feat: fonts
Browse files Browse the repository at this point in the history
  • Loading branch information
loks0n committed Sep 10, 2023
1 parent 535a5d2 commit 924625d
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion src/app.css
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ nav > ul {

body {
color: #333333;
font-family: Georgia, Times, 'Times New Roman', serif;
}

a {
Expand All @@ -35,8 +36,12 @@ article > * {
margin-bottom: 1.5em;
}

hr {
opacity: 0.2;
}

article small {
font-family: 'Courier New', Courier, monospace;
font-family: Consolas, Monaco, 'Andale Mono', 'Ubuntu Mono', monospace;
opacity: 0.5;
font-size: 0.75rem;
}
Expand Down

0 comments on commit 924625d

Please sign in to comment.