Skip to content

Commit f50c2de

Browse files
committed
change font
1 parent 668822a commit f50c2de

2 files changed

Lines changed: 7 additions & 1 deletion

File tree

docs/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ toc: false
88
display: flex;
99
flex-direction: column;
1010
align-items: center;
11-
font-family: var(--sans-serif);
11+
font-family: var(--serif);
1212
margin: 4rem 0 8rem;
1313
text-wrap: balance;
1414
text-align: center;

observablehq.config.ts

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,12 @@ tailwind.config = {
2727
}
2828
}
2929
</script>
30+
<style>
31+
* {
32+
font-family: Georgia, sans-serif !important;
33+
}
34+
35+
</style>
3036
3137
<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);">
3238
<a href="/">

0 commit comments

Comments
 (0)