Skip to content

Commit

Permalink
change font
Browse files Browse the repository at this point in the history
  • Loading branch information
mktip committed Apr 25, 2024
1 parent 668822a commit f50c2de
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
2 changes: 1 addition & 1 deletion docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ toc: false
display: flex;
flex-direction: column;
align-items: center;
font-family: var(--sans-serif);
font-family: var(--serif);
margin: 4rem 0 8rem;
text-wrap: balance;
text-align: center;
Expand Down
6 changes: 6 additions & 0 deletions observablehq.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,12 @@ tailwind.config = {
}
}
</script>
<style>
* {
font-family: Georgia, sans-serif !important;
}
</style>
<div style="display: flex; align-items: center; gap: 0.5rem; height: 2.2rem; margin: -1.5rem -2rem 2rem -2rem; padding: 0.5rem 2rem; border-bottom: solid 1px var(--theme-foreground-faintest);">
<a href="/">
Expand Down

0 comments on commit f50c2de

Please sign in to comment.