Skip to content

Commit

Permalink
Styling tweaks and new font
Browse files Browse the repository at this point in the history
  • Loading branch information
s7uck committed Jul 18, 2024
1 parent 963006a commit 575feb7
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
Binary file added space-grotesk.woff2
Binary file not shown.
9 changes: 5 additions & 4 deletions style.css
100644 → 100755
Original file line number Diff line number Diff line change
@@ -1,13 +1,14 @@
@font-face { font-family: 'Oxygen'; src: url(/oxygen.woff2); font-display: swap;}
@font-face { font-family: 'Oxygen Mono'; src: url(/oxygen-mono.woff2); font-display: swap;}
@font-face { font-family: 'Space Grotesk'; src: url(/space-grotesk.woff2); font-display: swap;}
body {
background-color: black;
color: #eeeeee;
font-family: 'Open Sans', sans-serif;
font-family: 'Oxygen', sans-serif;
margin: 0;
}
header, footer {
padding: 2em;
padding: 1em;
align-items: center;
justify-content: center;
}
Expand All @@ -16,8 +17,8 @@ main {
max-width: 80ch;
margin: 0 auto;
}
h1, h2, h3, h4, summary, .title, header, footer { font-family: 'Oxygen', sans-serif; }
tt, pre, code, header nav { font-family: 'Oxygen Mono', monospace;}
h1, h2, h3, h4, summary, .title, header, footer { font-family: 'Space Grotesk', sans-serif; }
tt, pre, code { font-family: 'Oxygen Mono', monospace;}
a, .accent { color: #08C7BB;}
a { text-decoration: none;}
small, .faded, footer { color: #999;}
Expand Down

0 comments on commit 575feb7

Please sign in to comment.