We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 668822a commit f50c2deCopy full SHA for f50c2de
2 files changed
docs/index.md
@@ -8,7 +8,7 @@ toc: false
8
display: flex;
9
flex-direction: column;
10
align-items: center;
11
- font-family: var(--sans-serif);
+ font-family: var(--serif);
12
margin: 4rem 0 8rem;
13
text-wrap: balance;
14
text-align: center;
observablehq.config.ts
@@ -27,6 +27,12 @@ tailwind.config = {
27
}
28
29
</script>
30
+<style>
31
+* {
32
+ font-family: Georgia, sans-serif !important;
33
+}
34
+
35
+</style>
36
37
<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);">
38
<a href="/">
0 commit comments